SMapCongoBrazzavilleColors constructor

SMapCongoBrazzavilleColors({
  1. Color? cg2,
  2. Color? cg5,
  3. Color? cg7,
  4. Color? cg8,
  5. Color? cg9,
  6. Color? cg11,
  7. Color? cg12,
  8. Color? cg13,
  9. Color? cg14,
  10. Color? cg15,
  11. Color? cg16,
  12. Color? cgBZV,
})

Implementation

SMapCongoBrazzavilleColors({
  this.cg2,
  this.cg5,
  this.cg7,
  this.cg8,
  this.cg9,
  this.cg11,
  this.cg12,
  this.cg13,
  this.cg14,
  this.cg15,
  this.cg16,
  this.cgBZV,
});