HomeGridCollection constructor

HomeGridCollection({
  1. dynamic thumbnail,
  2. dynamic code,
  3. String? name,
  4. dynamic baseUrl,
  5. dynamic bannerKey,
  6. int? id,
})

Implementation

HomeGridCollection({
  this.thumbnail,
  this.code,
  this.name,
  this.baseUrl,
  this.bannerKey,
  this.id,
});