SMapHondurasColors constructor

SMapHondurasColors({
  1. Color? hnAT,
  2. Color? hnCH,
  3. Color? hnCL,
  4. Color? hnCM,
  5. Color? hnCP,
  6. Color? hnCR,
  7. Color? hnEP,
  8. Color? hnFM,
  9. Color? hnGD,
  10. Color? hnIN,
  11. Color? hnIB,
  12. Color? hnLP,
  13. Color? hnLE,
  14. Color? hnOC,
  15. Color? hnOL,
  16. Color? hnSB,
  17. Color? hnVA,
  18. Color? hnYO,
})

Implementation

SMapHondurasColors({
  this.hnAT,
  this.hnCH,
  this.hnCL,
  this.hnCM,
  this.hnCP,
  this.hnCR,
  this.hnEP,
  this.hnFM,
  this.hnGD,
  this.hnIN,
  this.hnIB,
  this.hnLP,
  this.hnLE,
  this.hnOC,
  this.hnOL,
  this.hnSB,
  this.hnVA,
  this.hnYO,
});