Data class

Constructors

Data({required int invoiceId, required String invoiceStatus, required String invoiceReference, required dynamic customerReference, required DateTime createdDate, required String expiryDate, required String expiryTime, required double invoiceValue, required dynamic comments, required String customerName, required String customerMobile, required dynamic customerEmail, required dynamic userDefinedField, required String invoiceDisplayValue, required double dueDeposit, required String depositStatus, required List invoiceItems, required List<InvoiceTransaction> invoiceTransactions, required List suppliers})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

comments ↔ dynamic
getter/setter pair
createdDate DateTime
getter/setter pair
customerEmail ↔ dynamic
getter/setter pair
customerMobile String
getter/setter pair
customerName String
getter/setter pair
customerReference ↔ dynamic
getter/setter pair
depositStatus String
getter/setter pair
dueDeposit double
getter/setter pair
expiryDate String
getter/setter pair
expiryTime String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceDisplayValue String
getter/setter pair
invoiceId int
getter/setter pair
invoiceItems List
getter/setter pair
invoiceReference String
getter/setter pair
invoiceStatus String
getter/setter pair
invoiceTransactions List<InvoiceTransaction>
getter/setter pair
invoiceValue double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppliers List
getter/setter pair
userDefinedField ↔ dynamic
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited