MonthDetail class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

MonthDetail({required List<Category> categories, required DateTime month, String? note, required num income, required num budgeted, required num activity, required num toBeBudgeted, int? ageOfMoney, required bool deleted})
MonthDetail.fromJson(Map<String, dynamic> json)
factory

Properties

activity num
final
ageOfMoney int?
final
budgeted num
final
categories List<Category>
final
deleted bool
final
hashCode int
The hash code for this object.
no setteroverride
income num
final
month DateTime
final
note String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toBeBudgeted num
final

Methods

copyWith({List<Category>? categories, DateTime? month, String? note, num? income, num? budgeted, num? activity, num? toBeBudgeted, int? ageOfMoney, bool? deleted}) MonthDetail

Available on MonthDetail, provided by the $MonthDetailExtension extension

copyWithWrapped({Wrapped<List<Category>>? categories, Wrapped<DateTime>? month, Wrapped<String?>? note, Wrapped<num>? income, Wrapped<num>? budgeted, Wrapped<num>? activity, Wrapped<num>? toBeBudgeted, Wrapped<int?>? ageOfMoney, Wrapped<bool>? deleted}) MonthDetail

Available on MonthDetail, provided by the $MonthDetailExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const MonthDetail Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(MonthDetail instance)