MonthSummary class

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

Constructors

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

Properties

activity num
final
ageOfMoney int?
final
budgeted num
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({DateTime? month, String? note, num? income, num? budgeted, num? activity, num? toBeBudgeted, int? ageOfMoney, bool? deleted}) MonthSummary

Available on MonthSummary, provided by the $MonthSummaryExtension extension

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

Available on MonthSummary, provided by the $MonthSummaryExtension 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 MonthSummary Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(MonthSummary instance)