SMapEcuadorColors constructor

SMapEcuadorColors({
  1. Color? ecA,
  2. Color? ecB,
  3. Color? ecC,
  4. Color? ecD,
  5. Color? ecE,
  6. Color? ecF,
  7. Color? ecG,
  8. Color? ecH,
  9. Color? ecI,
  10. Color? ecL,
  11. Color? ecM,
  12. Color? ecN,
  13. Color? ecO,
  14. Color? ecP,
  15. Color? ecR,
  16. Color? ecS,
  17. Color? ecSD,
  18. Color? ecSE,
  19. Color? ecT,
  20. Color? ecU,
  21. Color? ecW,
  22. Color? ecX,
  23. Color? ecY,
  24. Color? ecZ,
})

Implementation

SMapEcuadorColors({
  this.ecA,
  this.ecB,
  this.ecC,
  this.ecD,
  this.ecE,
  this.ecF,
  this.ecG,
  this.ecH,
  this.ecI,
  this.ecL,
  this.ecM,
  this.ecN,
  this.ecO,
  this.ecP,
  this.ecR,
  this.ecS,
  this.ecSD,
  this.ecSE,
  this.ecT,
  this.ecU,
  this.ecW,
  this.ecX,
  this.ecY,
  this.ecZ,
});