SMapBelarusColors constructor

SMapBelarusColors({
  1. Color? byBR,
  2. Color? byHO,
  3. Color? byHR,
  4. Color? byMA,
  5. Color? byVI,
  6. Color? byHM,
  7. Color? byMI,
})

Implementation

SMapBelarusColors({
  this.byBR,
  this.byHO,
  this.byHR,
  this.byMA,
  this.byVI,
  this.byHM,
  this.byMI,
});