SMapBurundiColors constructor

SMapBurundiColors({
  1. Color? biBB,
  2. Color? biBL,
  3. Color? biBM,
  4. Color? biBR,
  5. Color? biCA,
  6. Color? biCI,
  7. Color? biGI,
  8. Color? biKI,
  9. Color? biKR,
  10. Color? biKY,
  11. Color? biMA,
  12. Color? biMU,
  13. Color? biMW,
  14. Color? biMY,
  15. Color? biNG,
  16. Color? biRT,
  17. Color? biRY,
})

Implementation

SMapBurundiColors({
  this.biBB,
  this.biBL,
  this.biBM,
  this.biBR,
  this.biCA,
  this.biCI,
  this.biGI,
  this.biKI,
  this.biKR,
  this.biKY,
  this.biMA,
  this.biMU,
  this.biMW,
  this.biMY,
  this.biNG,
  this.biRT,
  this.biRY,
});