SMapBoliviaColors constructor

SMapBoliviaColors({
  1. Color? boB,
  2. Color? boC,
  3. Color? boH,
  4. Color? boL,
  5. Color? boN,
  6. Color? boO,
  7. Color? boP,
  8. Color? boS,
  9. Color? boT,
})

Implementation

SMapBoliviaColors({
  this.boB,
  this.boC,
  this.boH,
  this.boL,
  this.boN,
  this.boO,
  this.boP,
  this.boS,
  this.boT,
});