SMapIsraelColors constructor

SMapIsraelColors({
  1. Color? ilGH,
  2. Color? ilZ,
  3. Color? ilHA,
  4. Color? ilM,
  5. Color? ilTA,
  6. Color? ilD,
  7. Color? ilJM,
  8. Color? psPS,
})

Implementation

SMapIsraelColors({
  this.ilGH,
  this.ilZ,
  this.ilHA,
  this.ilM,
  this.ilTA,
  this.ilD,
  this.ilJM,
  this.psPS,
});