SMapQatarColors constructor

SMapQatarColors({
  1. Color? qaDA,
  2. Color? qaKH,
  3. Color? qaMS,
  4. Color? qaRA,
  5. Color? qaUS,
  6. Color? qaWA,
  7. Color? qaZA,
})

Implementation

SMapQatarColors({
  this.qaDA,
  this.qaKH,
  this.qaMS,
  this.qaRA,
  this.qaUS,
  this.qaWA,
  this.qaZA,
});