SMapFaroeIslandsColors constructor

SMapFaroeIslandsColors({
  1. Color? foOS,
  2. Color? foNO,
  3. Color? foSA,
  4. Color? foST,
  5. Color? foSU,
  6. Color? foVG,
})

Implementation

SMapFaroeIslandsColors({
  this.foOS,
  this.foNO,
  this.foSA,
  this.foST,
  this.foSU,
  this.foVG,
});