SMapIvoryCoastColors constructor

SMapIvoryCoastColors({
  1. Color? ciSC,
  2. Color? ciLC,
  3. Color? ciMC,
  4. Color? ciMV,
  5. Color? ciLG,
  6. Color? ciNC,
  7. Color? ciAG,
  8. Color? ciVB,
  9. Color? ciZA,
  10. Color? ciBS,
  11. Color? ciSB,
  12. Color? ciHT,
  13. Color? ciFR,
  14. Color? ciMR,
  15. Color? ciWR,
  16. Color? ciDH,
  17. Color? ciBF,
  18. Color? ciDE,
  19. Color? ciSV,
})

Implementation

SMapIvoryCoastColors({
  this.ciSC,
  this.ciLC,
  this.ciMC,
  this.ciMV,
  this.ciLG,
  this.ciNC,
  this.ciAG,
  this.ciVB,
  this.ciZA,
  this.ciBS,
  this.ciSB,
  this.ciHT,
  this.ciFR,
  this.ciMR,
  this.ciWR,
  this.ciDH,
  this.ciBF,
  this.ciDE,
  this.ciSV,
});