SMapSouthAfricaColors constructor

SMapSouthAfricaColors({
  1. Color? lsLS,
  2. Color? zaEC,
  3. Color? zaFS,
  4. Color? zaGT,
  5. Color? zaLP,
  6. Color? zaMP,
  7. Color? zaNC,
  8. Color? zaNL,
  9. Color? zaNW,
  10. Color? zaWC,
})

Implementation

SMapSouthAfricaColors({
  this.lsLS,
  this.zaEC,
  this.zaFS,
  this.zaGT,
  this.zaLP,
  this.zaMP,
  this.zaNC,
  this.zaNL,
  this.zaNW,
  this.zaWC,
});