SMapIraqColors constructor

SMapIraqColors({
  1. Color? iqBB,
  2. Color? iqAN,
  3. Color? iqDI,
  4. Color? iqSU,
  5. Color? iqWA,
  6. Color? iqMA,
  7. Color? iqDQ,
  8. Color? iqQA,
  9. Color? iqMU,
  10. Color? iqBA,
  11. Color? iqBG,
  12. Color? iqKA,
  13. Color? iqNA,
  14. Color? iqSD,
  15. Color? iqNI,
  16. Color? iqAR,
  17. Color? iqKI,
  18. Color? iqDA,
})

Implementation

SMapIraqColors({
  this.iqBB,
  this.iqAN,
  this.iqDI,
  this.iqSU,
  this.iqWA,
  this.iqMA,
  this.iqDQ,
  this.iqQA,
  this.iqMU,
  this.iqBA,
  this.iqBG,
  this.iqKA,
  this.iqNA,
  this.iqSD,
  this.iqNI,
  this.iqAR,
  this.iqKI,
  this.iqDA,
});