SMapArmeniaColors constructor

SMapArmeniaColors({
  1. Color? amAG,
  2. Color? amAR,
  3. Color? amAV,
  4. Color? amER,
  5. Color? amGR,
  6. Color? amKT,
  7. Color? amLO,
  8. Color? amSH,
  9. Color? amSU,
  10. Color? amTV,
  11. Color? amVD,
})

Implementation

SMapArmeniaColors({
  this.amAG,
  this.amAR,
  this.amAV,
  this.amER,
  this.amGR,
  this.amKT,
  this.amLO,
  this.amSH,
  this.amSU,
  this.amTV,
  this.amVD,
});