menu
todo
data\models\comment_model.dart
CommentModel
taskId property
taskId
dark_mode
light_mode
taskId
property
@
HiveField
(4)
@
JsonKey
(name: 'task_id')
String
?
taskId
final
Implementation
@HiveField(4) @JsonKey(name: 'task_id') final String? taskId;
todo
comment_model
CommentModel
taskId property
CommentModel class