SMapCongoDRColors constructor

SMapCongoDRColors({
  1. Color? cdBC,
  2. Color? cdBN,
  3. Color? cdEQ,
  4. Color? cdKA,
  5. Color? cdKE,
  6. Color? cdKN,
  7. Color? cdKW,
  8. Color? cdMA,
  9. Color? cdNK,
  10. Color? cdOR,
  11. Color? cdSK,
})

Implementation

SMapCongoDRColors({
  this.cdBC,
  this.cdBN,
  this.cdEQ,
  this.cdKA,
  this.cdKE,
  this.cdKN,
  this.cdKW,
  this.cdMA,
  this.cdNK,
  this.cdOR,
  this.cdSK,
});