SMapCameroonColors constructor

SMapCameroonColors({
  1. Color? cmAD,
  2. Color? cmCE,
  3. Color? cmEN,
  4. Color? cmES,
  5. Color? cmLT,
  6. Color? cmNO,
  7. Color? cmNW,
  8. Color? cmOU,
  9. Color? cmSU,
  10. Color? cmSW,
})

Implementation

SMapCameroonColors({
  this.cmAD,
  this.cmCE,
  this.cmEN,
  this.cmES,
  this.cmLT,
  this.cmNO,
  this.cmNW,
  this.cmOU,
  this.cmSU,
  this.cmSW,
});