SMapIndiaColors constructor

SMapIndiaColors({
  1. Color? inAN,
  2. Color? inAP,
  3. Color? inAR,
  4. Color? inAS,
  5. Color? inBR,
  6. Color? inCH,
  7. Color? inCT,
  8. Color? inDD,
  9. Color? inDL,
  10. Color? inDN,
  11. Color? inGA,
  12. Color? inGJ,
  13. Color? inHP,
  14. Color? inHR,
  15. Color? inJH,
  16. Color? inJK,
  17. Color? inKA,
  18. Color? inKL,
  19. Color? inLD,
  20. Color? inMH,
  21. Color? inML,
  22. Color? inMN,
  23. Color? inMP,
  24. Color? inMZ,
  25. Color? inNL,
  26. Color? inOR,
  27. Color? inPB,
  28. Color? inPY,
  29. Color? inRJ,
  30. Color? inSK,
  31. Color? inTG,
  32. Color? inTN,
  33. Color? inTR,
  34. Color? inUP,
  35. Color? inUT,
  36. Color? inWB,
})

Implementation

SMapIndiaColors({
  this.inAN,
  this.inAP,
  this.inAR,
  this.inAS,
  this.inBR,
  this.inCH,
  this.inCT,
  this.inDD,
  this.inDL,
  this.inDN,
  this.inGA,
  this.inGJ,
  this.inHP,
  this.inHR,
  this.inJH,
  this.inJK,
  this.inKA,
  this.inKL,
  this.inLD,
  this.inMH,
  this.inML,
  this.inMN,
  this.inMP,
  this.inMZ,
  this.inNL,
  this.inOR,
  this.inPB,
  this.inPY,
  this.inRJ,
  this.inSK,
  this.inTG,
  this.inTN,
  this.inTR,
  this.inUP,
  this.inUT,
  this.inWB,
});