Badge constructor

Badge({
  1. String? name,
  2. String? img,
  3. String? svg,
  4. int? height,
  5. int? width,
  6. String? link,
  7. String? img2X,
  8. String? margin,
  9. int? id,
})

Implementation

Badge(
    {this.name,
    this.img,
    this.svg,
    this.height,
    this.width,
    this.link,
    this.img2X,
    this.margin,
    this.id});