VariantCombination class

Constructors

VariantCombination({int? id, String? name, dynamic code, dynamic currentPrice, dynamic salesPrice, bool? onSales, dynamic supplierPrice, dynamic markup, String? sku, String? barcode, dynamic quantity, bool? trackQuantity, dynamic reorderPoint, bool? active, bool? isSubscription, dynamic maxBillingCount, dynamic billingCycle, bool? isDefault})
VariantCombination.fromMap(Map<String, dynamic> json)
factory

Properties

active bool?
getter/setter pair
barcode String?
getter/setter pair
billingCycle ↔ dynamic
getter/setter pair
code ↔ dynamic
getter/setter pair
currentPrice ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isDefault bool?
getter/setter pair
isSubscription bool?
getter/setter pair
markup ↔ dynamic
getter/setter pair
maxBillingCount ↔ dynamic
getter/setter pair
name String?
getter/setter pair
onSales bool?
getter/setter pair
quantity ↔ dynamic
getter/setter pair
reorderPoint ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salesPrice ↔ dynamic
getter/setter pair
sku String?
getter/setter pair
supplierPrice ↔ dynamic
getter/setter pair
trackQuantity bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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