SMapSudanColors constructor

SMapSudanColors({
  1. Color? sdDC,
  2. Color? sdDE,
  3. Color? sdDN,
  4. Color? sdDS,
  5. Color? sdDW,
  6. Color? sdGD,
  7. Color? sdGK,
  8. Color? sdGZ,
  9. Color? sdKA,
  10. Color? sdKH,
  11. Color? sdKN,
  12. Color? sdKS,
  13. Color? sdNB,
  14. Color? sdNO,
  15. Color? sdNR,
  16. Color? sdNW,
  17. Color? sdRS,
  18. Color? sdSI,
})

Implementation

SMapSudanColors({
  this.sdDC,
  this.sdDE,
  this.sdDN,
  this.sdDS,
  this.sdDW,
  this.sdGD,
  this.sdGK,
  this.sdGZ,
  this.sdKA,
  this.sdKH,
  this.sdKN,
  this.sdKS,
  this.sdNB,
  this.sdNO,
  this.sdNR,
  this.sdNW,
  this.sdRS,
  this.sdSI,
});