MonthlyInvoiceSummaryModel class

Constructors

MonthlyInvoiceSummaryModel({required double toInvoice, required double invoiced, List<InvoiceSummaryModel> customerSummaries = const []})
Returns a new MonthlyInvoiceSummaryModel instance.

Properties

customerSummaries List<InvoiceSummaryModel>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
invoiced double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toInvoice double
getter/setter pair

Methods

equal(MonthlyInvoiceSummaryModel other) bool
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 ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) MonthlyInvoiceSummaryModel
Returns a new MonthlyInvoiceSummaryModel instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json) List<MonthlyInvoiceSummaryModel>
mapFromJson(dynamic json) Map<String, MonthlyInvoiceSummaryModel>
mapListFromJson(dynamic json) Map<String, List<MonthlyInvoiceSummaryModel>>