SMapGuatemalaColors constructor

SMapGuatemalaColors({
  1. Color? gtQC,
  2. Color? gtZA,
  3. Color? gtJU,
  4. Color? gtJA,
  5. Color? gtCQ,
  6. Color? gtIZ,
  7. Color? gtSR,
  8. Color? gtPR,
  9. Color? gtTO,
  10. Color? gtSO,
  11. Color? gtSA,
  12. Color? gtSU,
  13. Color? gtGU,
  14. Color? gtES,
  15. Color? gtCM,
  16. Color? gtAV,
  17. Color? gtSM,
  18. Color? gtRE,
  19. Color? gtQZ,
  20. Color? gtPE,
  21. Color? gtHU,
  22. Color? gtBV,
})

Implementation

SMapGuatemalaColors({
  this.gtQC,
  this.gtZA,
  this.gtJU,
  this.gtJA,
  this.gtCQ,
  this.gtIZ,
  this.gtSR,
  this.gtPR,
  this.gtTO,
  this.gtSO,
  this.gtSA,
  this.gtSU,
  this.gtGU,
  this.gtES,
  this.gtCM,
  this.gtAV,
  this.gtSM,
  this.gtRE,
  this.gtQZ,
  this.gtPE,
  this.gtHU,
  this.gtBV,
});