SMapKosovoColors constructor

SMapKosovoColors({
  1. Color? xkPR,
  2. Color? xkKM,
  3. Color? xkDA,
  4. Color? xkGN,
  5. Color? xkPE,
  6. Color? xkUR,
  7. Color? xkPZ,
})

Implementation

SMapKosovoColors({
  this.xkPR,
  this.xkKM,
  this.xkDA,
  this.xkGN,
  this.xkPE,
  this.xkUR,
  this.xkPZ,
});