SMapBelgiumColors constructor

SMapBelgiumColors({
  1. Color? beVAN,
  2. Color? beWBR,
  3. Color? beBRU,
  4. Color? beWHT,
  5. Color? beWLG,
  6. Color? beVLI,
  7. Color? beWLX,
  8. Color? beWNA,
  9. Color? beVOV,
  10. Color? beVBR,
  11. Color? beVWV,
})

Implementation

SMapBelgiumColors({
  this.beVAN,
  this.beWBR,
  this.beBRU,
  this.beWHT,
  this.beWLG,
  this.beVLI,
  this.beWLX,
  this.beWNA,
  this.beVOV,
  this.beVBR,
  this.beVWV,
});