SMapYemenColors constructor

SMapYemenColors({
  1. Color? yeAB,
  2. Color? yeAD,
  3. Color? yeAM,
  4. Color? yeBA,
  5. Color? yeDA,
  6. Color? yeDH,
  7. Color? yeHD,
  8. Color? yeHJ,
  9. Color? yeHU,
  10. Color? yeIB,
  11. Color? yeJA,
  12. Color? yeLA,
  13. Color? yeMA,
  14. Color? yeMR,
  15. Color? yeMW,
  16. Color? yeRA,
  17. Color? yeSA,
  18. Color? yeSD,
  19. Color? yeSH,
  20. Color? yeSN,
  21. Color? yeTA,
})

Implementation

SMapYemenColors({
  this.yeAB,
  this.yeAD,
  this.yeAM,
  this.yeBA,
  this.yeDA,
  this.yeDH,
  this.yeHD,
  this.yeHJ,
  this.yeHU,
  this.yeIB,
  this.yeJA,
  this.yeLA,
  this.yeMA,
  this.yeMR,
  this.yeMW,
  this.yeRA,
  this.yeSA,
  this.yeSD,
  this.yeSH,
  this.yeSN,
  this.yeTA,
});