SkuIds constructor

SkuIds({
  1. required String? sku,
  2. required String? imageId,
  3. required String? styleCode,
  4. required String? skuId,
  5. required List<Attribute>? attribute,
  6. required List<Category>? category,
  7. required Brand? brand,
  8. required Null productDimension,
  9. required Null packingDimension,
  10. required Null weight,
  11. required String? productId,
  12. required String? type,
  13. required bool? isMultiple,
  14. required String? productName,
  15. required String? imageUrl,
  16. required String? productDescription,
  17. required Price? price,
  18. required int? qty,
  19. required String? sTypename,
})

Implementation

SkuIds(
    {required this.sku,
    required this.imageId,
    required this.styleCode,
    required this.skuId,
    required this.attribute,
    required this.category,
    required this.brand,
    required this.productDimension,
    required this.packingDimension,
    required this.weight,
    required this.productId,
    required this.type,
    required this.isMultiple,
    required this.productName,
    required this.imageUrl,
    required this.productDescription,
    required this.price,
    required this.qty,
    required this.sTypename});