SMapPolandColors constructor

SMapPolandColors({
  1. Color? plDS,
  2. Color? plKP,
  3. Color? plLD,
  4. Color? plLU,
  5. Color? plLB,
  6. Color? plMA,
  7. Color? plMZ,
  8. Color? plOP,
  9. Color? plPK,
  10. Color? plPD,
  11. Color? plPM,
  12. Color? plSL,
  13. Color? plSK,
  14. Color? plWN,
  15. Color? plWP,
  16. Color? plZP,
})

Implementation

SMapPolandColors({
  this.plDS,
  this.plKP,
  this.plLD,
  this.plLU,
  this.plLB,
  this.plMA,
  this.plMZ,
  this.plOP,
  this.plPK,
  this.plPD,
  this.plPM,
  this.plSL,
  this.plSK,
  this.plWN,
  this.plWP,
  this.plZP,
});