SMapBahrainColors constructor

SMapBahrainColors({
  1. Color? bh13,
  2. Color? bh14,
  3. Color? bh15,
  4. Color? bh16,
  5. Color? bh17,
})

Implementation

SMapBahrainColors({
  this.bh13,
  this.bh14,
  this.bh15,
  this.bh16,
  this.bh17,
});