SMapSwedenColors constructor

SMapSwedenColors({
  1. Color? seK,
  2. Color? seI,
  3. Color? seX,
  4. Color? seN,
  5. Color? seZ,
  6. Color? seF,
  7. Color? seH,
  8. Color? seW,
  9. Color? seG,
  10. Color? seBD,
  11. Color? seE,
  12. Color? seT,
  13. Color? seD,
  14. Color? seM,
  15. Color? seAB,
  16. Color? seC,
  17. Color? seAC,
  18. Color? seO,
  19. Color? seS,
  20. Color? seY,
  21. Color? seU,
})

Implementation

SMapSwedenColors({
  this.seK,
  this.seI,
  this.seX,
  this.seN,
  this.seZ,
  this.seF,
  this.seH,
  this.seW,
  this.seG,
  this.seBD,
  this.seE,
  this.seT,
  this.seD,
  this.seM,
  this.seAB,
  this.seC,
  this.seAC,
  this.seO,
  this.seS,
  this.seY,
  this.seU,
});