ThumbnailOfCate constructor

ThumbnailOfCate({
  1. int? id,
  2. String? label,
  3. String? type,
  4. String? url,
})

Implementation

ThumbnailOfCate({this.id, this.label, this.type, this.url});