SMapMozambiqueColors constructor

SMapMozambiqueColors({
  1. Color? mzMPM,
  2. Color? mzL,
  3. Color? mzI,
  4. Color? mzQ,
  5. Color? mzS,
  6. Color? mzG,
  7. Color? mzN,
  8. Color? mzA,
  9. Color? mzP,
  10. Color? mzB,
  11. Color? mzT,
})

Implementation

SMapMozambiqueColors({
  this.mzMPM,
  this.mzL,
  this.mzI,
  this.mzQ,
  this.mzS,
  this.mzG,
  this.mzN,
  this.mzA,
  this.mzP,
  this.mzB,
  this.mzT,
});