SMapMoldovaColors constructor

SMapMoldovaColors({
  1. Color? mdAN,
  2. Color? mdBA,
  3. Color? mdBD,
  4. Color? mdBR,
  5. Color? mdBS,
  6. Color? mdCA,
  7. Color? mdCL,
  8. Color? mdCM,
  9. Color? mdCR,
  10. Color? mdCS,
  11. Color? mdCT,
  12. Color? mdCU,
  13. Color? mdDO,
  14. Color? mdDR,
  15. Color? mdDU,
  16. Color? mdED,
  17. Color? mdFA,
  18. Color? mdFL,
  19. Color? mdGA,
  20. Color? mdGL,
  21. Color? mdHI,
  22. Color? mdIA,
  23. Color? mdLE,
  24. Color? mdNI,
  25. Color? mdOC,
  26. Color? mdOR,
  27. Color? mdRE,
  28. Color? mdRI,
  29. Color? mdSD,
  30. Color? mdSI,
  31. Color? mdSN,
  32. Color? mdSO,
  33. Color? mdST,
  34. Color? mdSV,
  35. Color? mdTA,
  36. Color? mdTE,
  37. Color? mdUN,
})

Implementation

SMapMoldovaColors({
  this.mdAN,
  this.mdBA,
  this.mdBD,
  this.mdBR,
  this.mdBS,
  this.mdCA,
  this.mdCL,
  this.mdCM,
  this.mdCR,
  this.mdCS,
  this.mdCT,
  this.mdCU,
  this.mdDO,
  this.mdDR,
  this.mdDU,
  this.mdED,
  this.mdFA,
  this.mdFL,
  this.mdGA,
  this.mdGL,
  this.mdHI,
  this.mdIA,
  this.mdLE,
  this.mdNI,
  this.mdOC,
  this.mdOR,
  this.mdRE,
  this.mdRI,
  this.mdSD,
  this.mdSI,
  this.mdSN,
  this.mdSO,
  this.mdST,
  this.mdSV,
  this.mdTA,
  this.mdTE,
  this.mdUN,
});