SMapBurkinaFasoColors constructor

SMapBurkinaFasoColors({
  1. Color? bf01,
  2. Color? bf02,
  3. Color? bf03,
  4. Color? bf04,
  5. Color? bf05,
  6. Color? bf06,
  7. Color? bf07,
  8. Color? bf08,
  9. Color? bf09,
  10. Color? bf10,
  11. Color? bf11,
  12. Color? bf12,
  13. Color? bf13,
})

Implementation

SMapBurkinaFasoColors({
  this.bf01,
  this.bf02,
  this.bf03,
  this.bf04,
  this.bf05,
  this.bf06,
  this.bf07,
  this.bf08,
  this.bf09,
  this.bf10,
  this.bf11,
  this.bf12,
  this.bf13,
});