SMapSpainColors constructor

SMapSpainColors({
  1. Color? esAN,
  2. Color? esAR,
  3. Color? esAS,
  4. Color? esCB,
  5. Color? esCL,
  6. Color? esCM,
  7. Color? esCN,
  8. Color? esCT,
  9. Color? esEX,
  10. Color? esGA,
  11. Color? esRI,
  12. Color? esMD,
  13. Color? esMC,
  14. Color? esNC,
  15. Color? esIB,
  16. Color? esPV,
  17. Color? esVC,
})

Implementation

SMapSpainColors({
  this.esAN,
  this.esAR,
  this.esAS,
  this.esCB,
  this.esCL,
  this.esCM,
  this.esCN,
  this.esCT,
  this.esEX,
  this.esGA,
  this.esRI,
  this.esMD,
  this.esMC,
  this.esNC,
  this.esIB,
  this.esPV,
  this.esVC,
});