SMapZambiaColors constructor

SMapZambiaColors({
  1. Color? zm01,
  2. Color? zm02,
  3. Color? zm03,
  4. Color? zm04,
  5. Color? zm05,
  6. Color? zm06,
  7. Color? zm07,
  8. Color? zm08,
  9. Color? zm09,
  10. Color? zm10,
})

Implementation

SMapZambiaColors({
  this.zm01,
  this.zm02,
  this.zm03,
  this.zm04,
  this.zm05,
  this.zm06,
  this.zm07,
  this.zm08,
  this.zm09,
  this.zm10,
});