Added working edit transaction
This commit is contained in:
@@ -11,10 +11,13 @@ class FamilyModel {
|
||||
required this.budgetId,
|
||||
required this.createdAt,
|
||||
required this.updatedAt,
|
||||
this.hide = false,
|
||||
});
|
||||
|
||||
final int id, budgetId;
|
||||
|
||||
@JsonKey(fromJson: boolFromJson, toJson: boolToJson)
|
||||
final bool hide;
|
||||
@JsonKey(fromJson: dateFromJson, toJson: dateToJson)
|
||||
final DateTime createdAt;
|
||||
@JsonKey(fromJson: dateFromJson, toJson: dateToJson)
|
||||
|
||||
Reference in New Issue
Block a user