SMapNepalColors constructor

SMapNepalColors({
  1. Color? npBA,
  2. Color? npBH,
  3. Color? npDH,
  4. Color? npGA,
  5. Color? npJA,
  6. Color? npKA,
  7. Color? npKO,
  8. Color? npLU,
  9. Color? npMA,
  10. Color? npME,
  11. Color? npNA,
  12. Color? npRA,
  13. Color? npSA,
  14. Color? npSE,
})

Implementation

SMapNepalColors({
  this.npBA,
  this.npBH,
  this.npDH,
  this.npGA,
  this.npJA,
  this.npKA,
  this.npKO,
  this.npLU,
  this.npMA,
  this.npME,
  this.npNA,
  this.npRA,
  this.npSA,
  this.npSE,
});