VariantCombination constructor
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,
Implementation
VariantCombination({
this.id,
this.name,
this.code,
this.currentPrice,
this.salesPrice,
this.onSales,
this.supplierPrice,
this.markup,
this.sku,
this.barcode,
this.quantity,
this.trackQuantity,
this.reorderPoint,
this.active,
this.isSubscription,
this.maxBillingCount,
this.billingCycle,
this.isDefault,
});