Product constructor
Product({
- int? id,
- String? title,
- String? bodyHtml,
- String? vendor,
- String? productType,
- DateTime? createdAt,
- String? handle,
- DateTime? updatedAt,
- DateTime? publishedAt,
- String? templateSuffix,
- String? status,
- String? publishedScope,
- String? tags,
- String? adminGraphqlApiId,
- List<
Variants> ? variants, - List<
Options> ? options, - List<
Images> ? images, - Images? image,
Implementation
Product(
{this.id,
this.title,
this.bodyHtml,
this.vendor,
this.productType,
this.createdAt,
this.handle,
this.updatedAt,
this.publishedAt,
this.templateSuffix,
this.status,
this.publishedScope,
this.tags,
this.adminGraphqlApiId,
this.variants,
this.options,
this.images,
this.image});