SMapSwitzerlandColors constructor

SMapSwitzerlandColors({
  1. Color? chAG,
  2. Color? chAI,
  3. Color? chAR,
  4. Color? chBL,
  5. Color? chBE,
  6. Color? chBS,
  7. Color? chFR,
  8. Color? chGE,
  9. Color? chGL,
  10. Color? chGR,
  11. Color? chJU,
  12. Color? chLU,
  13. Color? chNE,
  14. Color? chNW,
  15. Color? chOW,
  16. Color? chSG,
  17. Color? chSH,
  18. Color? chSO,
  19. Color? chSZ,
  20. Color? chTG,
  21. Color? chTI,
  22. Color? chUR,
  23. Color? chVD,
  24. Color? chVS,
  25. Color? chZG,
  26. Color? chZH,
  27. Color? itIT,
})

Implementation

SMapSwitzerlandColors({
  this.chAG,
  this.chAI,
  this.chAR,
  this.chBL,
  this.chBE,
  this.chBS,
  this.chFR,
  this.chGE,
  this.chGL,
  this.chGR,
  this.chJU,
  this.chLU,
  this.chNE,
  this.chNW,
  this.chOW,
  this.chSG,
  this.chSH,
  this.chSO,
  this.chSZ,
  this.chTG,
  this.chTI,
  this.chUR,
  this.chVD,
  this.chVS,
  this.chZG,
  this.chZH,
  this.itIT,
});