CustomCollections constructor

CustomCollections({
  1. int? id,
  2. String? handle,
  3. String? title,
  4. String? updatedAt,
  5. String? bodyHtml,
  6. String? publishedAt,
  7. String? sortOrder,
  8. String? templateSuffix,
  9. String? publishedScope,
  10. String? adminGraphqlApiId,
  11. Image? image,
})

Implementation

CustomCollections(
    {this.id,
    this.handle,
    this.title,
    this.updatedAt,
    this.bodyHtml,
    this.publishedAt,
    this.sortOrder,
    this.templateSuffix,
    this.publishedScope,
    this.adminGraphqlApiId,
    this.image});