SMapCostaRicaColors constructor

SMapCostaRicaColors({
  1. Color? crA,
  2. Color? crC,
  3. Color? crG,
  4. Color? crH,
  5. Color? crL,
  6. Color? crLA,
  7. Color? crP,
  8. Color? crSJ,
})

Implementation

SMapCostaRicaColors({
  this.crA,
  this.crC,
  this.crG,
  this.crH,
  this.crL,
  this.crLA,
  this.crP,
  this.crSJ,
});