Variants constructor
Variants({
- int? id,
- int? productId,
- String? title,
- String? price,
- String? sku,
- int? position,
- String? inventoryPolicy,
- String? compareAtPrice,
- String? fulfillmentService,
- String? inventoryManagement,
- String? option1,
- String? option2,
- String? option3,
- DateTime? createdAt,
- DateTime? updatedAt,
- bool? taxable,
- String? barcode,
- int? grams,
- int? imageId,
- int? weight,
- String? weightUnit,
- int? inventoryItemId,
- int? inventoryQuantity,
- int? oldInventoryQuantity,
- bool? requiresShipping,
- String? adminGraphqlApiId,
Implementation
Variants(
{this.id,
this.productId,
this.title,
this.price,
this.sku,
this.position,
this.inventoryPolicy,
this.compareAtPrice,
this.fulfillmentService,
this.inventoryManagement,
this.option1,
this.option2,
this.option3,
this.createdAt,
this.updatedAt,
this.taxable,
this.barcode,
this.grams,
this.imageId,
this.weight,
this.weightUnit,
this.inventoryItemId,
this.inventoryQuantity,
this.oldInventoryQuantity,
this.requiresShipping,
this.adminGraphqlApiId});