SMapBahamasColors constructor

SMapBahamasColors({
  1. Color? bsHT,
  2. Color? bsBI,
  3. Color? bsIN,
  4. Color? bsMG,
  5. Color? bsAK,
  6. Color? bsCK,
  7. Color? bsRI,
  8. Color? bsLI,
  9. Color? bsRC,
  10. Color? bsSS,
  11. Color? bsCI,
  12. Color? bsSE,
  13. Color? bsCE,
  14. Color? bsNE,
  15. Color? bsHI,
  16. Color? bs16,
  17. Color? bsEX,
  18. Color? bsBP,
  19. Color? bsSA,
  20. Color? bsMC,
  21. Color? bsCS,
  22. Color? bsNS,
  23. Color? bsBY,
  24. Color? bsMI,
  25. Color? bsSO,
  26. Color? bsCO,
  27. Color? bsNO,
  28. Color? bsGC,
  29. Color? bsEG,
  30. Color? bsWG,
  31. Color? bsFP,
  32. Color? bsNP,
})

Implementation

SMapBahamasColors({
  this.bsHT,
  this.bsBI,
  this.bsIN,
  this.bsMG,
  this.bsAK,
  this.bsCK,
  this.bsRI,
  this.bsLI,
  this.bsRC,
  this.bsSS,
  this.bsCI,
  this.bsSE,
  this.bsCE,
  this.bsNE,
  this.bsHI,
  this.bs16,
  this.bsEX,
  this.bsBP,
  this.bsSA,
  this.bsMC,
  this.bsCS,
  this.bsNS,
  this.bsBY,
  this.bsMI,
  this.bsSO,
  this.bsCO,
  this.bsNO,
  this.bsGC,
  this.bsEG,
  this.bsWG,
  this.bsFP,
  this.bsNP,
});