SMapNetherlandsColors constructor

SMapNetherlandsColors({
  1. Color? nlDR,
  2. Color? nlFL,
  3. Color? nlFR,
  4. Color? nlGE,
  5. Color? nlGR,
  6. Color? nlLI,
  7. Color? nlNB,
  8. Color? nlNH,
  9. Color? nlOV,
  10. Color? nlUT,
  11. Color? nlZE,
  12. Color? nlZH,
})

Implementation

SMapNetherlandsColors({
  this.nlDR,
  this.nlFL,
  this.nlFR,
  this.nlGE,
  this.nlGR,
  this.nlLI,
  this.nlNB,
  this.nlNH,
  this.nlOV,
  this.nlUT,
  this.nlZE,
  this.nlZH,
});