SMapMalaysiaColors constructor

SMapMalaysiaColors({
  1. Color? bnBN,
  2. Color? my01,
  3. Color? my02,
  4. Color? my03,
  5. Color? my04,
  6. Color? my05,
  7. Color? my06,
  8. Color? my07,
  9. Color? my08,
  10. Color? my09,
  11. Color? my10,
  12. Color? my11,
  13. Color? my12,
  14. Color? my13,
  15. Color? my15,
})

Implementation

SMapMalaysiaColors({
  this.bnBN,
  this.my01,
  this.my02,
  this.my03,
  this.my04,
  this.my05,
  this.my06,
  this.my07,
  this.my08,
  this.my09,
  this.my10,
  this.my11,
  this.my12,
  this.my13,
  this.my15,
});