CollectionModel constructor

CollectionModel({
  1. String? collectionId,
  2. String? customerId,
  3. String? collectionName,
  4. String? image,
  5. String? sortOrder,
  6. String? productCount,
})

Implementation

CollectionModel(
    {this.collectionId,
      this.customerId,
      this.collectionName,
      this.image,
      this.sortOrder,
      this.productCount});