SMapSyriaColors constructor

SMapSyriaColors({
  1. Color? syHA,
  2. Color? syDY,
  3. Color? syID,
  4. Color? syRD,
  5. Color? syHL,
  6. Color? syRA,
  7. Color? syLA,
  8. Color? syHM,
  9. Color? syHI,
  10. Color? syTA,
  11. Color? syDI,
  12. Color? syQU,
  13. Color? syDR,
  14. Color? sySU,
})

Implementation

SMapSyriaColors({
  this.syHA,
  this.syDY,
  this.syID,
  this.syRD,
  this.syHL,
  this.syRA,
  this.syLA,
  this.syHM,
  this.syHI,
  this.syTA,
  this.syDI,
  this.syQU,
  this.syDR,
  this.sySU,
});