SMapSloveniaColors constructor

SMapSloveniaColors({
  1. Color? siJP,
  2. Color? siNO,
  3. Color? siSP,
  4. Color? siGO,
  5. Color? siLJ,
  6. Color? siJS,
  7. Color? siZS,
  8. Color? siSA,
  9. Color? siKO,
  10. Color? siPS,
  11. Color? siPD,
  12. Color? siPM,
})

Implementation

SMapSloveniaColors({
  this.siJP,
  this.siNO,
  this.siSP,
  this.siGO,
  this.siLJ,
  this.siJS,
  this.siZS,
  this.siSA,
  this.siKO,
  this.siPS,
  this.siPD,
  this.siPM,
});