Content class
- Annotations
-
- @JsonSerializable.new()
Constructors
- Content({String? productSubTypeId, String? productSubTypeName, double? amount, double? invoiceamount, int? quantity, int? totalOrder, String? partnerName, String? warehouseName, String? productCode, String? inventoryStatus, int? availableQuantity, int? inTransitQuantity, String? shopName, double? balance, String? name, String? orderDate, String? subdistributor1, String? orderStatus, String? productSubCategory, String? itemName, int? qty, String? referenceId, int? id})
-
Content.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount ↔ double?
-
getter/setter pair
- availableQuantity ↔ int?
-
getter/setter pair
- balance ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- inTransitQuantity ↔ int?
-
getter/setter pair
- inventoryStatus ↔ String?
-
getter/setter pair
- invoiceamount ↔ double?
-
getter/setter pair
- itemName ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- orderDate ↔ String?
-
getter/setter pair
- orderStatus ↔ String?
-
getter/setter pair
- partnerName ↔ String?
-
getter/setter pair
- productCode ↔ String?
-
getter/setter pair
- productSubCategory ↔ String?
-
getter/setter pair
- productSubTypeId ↔ String?
-
getter/setter pair
- productSubTypeName ↔ String?
-
getter/setter pair
- qty ↔ int?
-
getter/setter pair
- quantity ↔ int?
-
getter/setter pair
- referenceId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopName ↔ String?
-
getter/setter pair
- subdistributor1 ↔ String?
-
getter/setter pair
- totalOrder ↔ int?
-
getter/setter pair
- warehouseName ↔ String?
-
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