SMapKyrgyzstanColors constructor

SMapKyrgyzstanColors({
  1. Color? kgB,
  2. Color? kgC,
  3. Color? kgJ,
  4. Color? kgN,
  5. Color? kgO,
  6. Color? kgT,
  7. Color? kgY,
})

Implementation

SMapKyrgyzstanColors({
  this.kgB,
  this.kgC,
  this.kgJ,
  this.kgN,
  this.kgO,
  this.kgT,
  this.kgY,
});