Items class
Constructors
-
Items({String? id, String? description, String? scheduledDate, String? invoiceId, String? customerRef, String? total, String? taxes, String? clientShare, String? commission, String? numberOfInstallments, String? installment})
-
-
Items.fromJson(String source)
-
factory
-
Items.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
copyWith({String? id, String? description, String? scheduledDate, String? invoiceId, String? customerRef, String? total, String? taxes, String? clientShare, String? commission, String? numberOfInstallments, String? installment})
→ Items
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ String
-
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
override