SmartCollections constructor

SmartCollections({
  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. bool? disjunctive,
  10. List<Rules>? rules,
  11. String? publishedScope,
  12. String? adminGraphqlApiId,
})

Implementation

SmartCollections(
    {this.id,
      this.handle,
      this.title,
      this.updatedAt,
      this.bodyHtml,
      this.publishedAt,
      this.sortOrder,
      this.templateSuffix,
      this.disjunctive,
      this.rules,
      this.publishedScope,
      this.adminGraphqlApiId});