Working auth and added shared notes
This commit is contained in:
@@ -8,6 +8,7 @@ part 'budget.g.dart';
|
||||
class Budget {
|
||||
const Budget({
|
||||
this.id,
|
||||
required this.familyId,
|
||||
required this.name,
|
||||
required this.createdAt,
|
||||
required this.updatedAt,
|
||||
@@ -15,6 +16,7 @@ class Budget {
|
||||
});
|
||||
|
||||
final int? id;
|
||||
final int familyId;
|
||||
final String name;
|
||||
|
||||
@JsonKey(fromJson: boolFromJson, toJson: boolToJson)
|
||||
|
||||
Reference in New Issue
Block a user