Collections constructor

Collections({
  1. String? id,
  2. String? title,
  3. String? description,
  4. Image? image,
  5. String? handle,
  6. String? updatedAt,
})

Implementation

Collections(
    {this.id,
    this.title,
    this.description,
    this.image,
    this.handle,
    this.updatedAt});