Updates from idk when...
This commit is contained in:
@@ -10,6 +10,7 @@ class Budget {
|
||||
this.id,
|
||||
required this.familyId,
|
||||
required this.name,
|
||||
required this.expectedIncome,
|
||||
required this.createdAt,
|
||||
required this.updatedAt,
|
||||
this.hide = false,
|
||||
@@ -17,6 +18,7 @@ class Budget {
|
||||
|
||||
final int? id;
|
||||
final int familyId;
|
||||
final double? expectedIncome;
|
||||
final String name;
|
||||
|
||||
@JsonKey(fromJson: boolFromJson, toJson: boolToJson)
|
||||
|
||||
Reference in New Issue
Block a user