SMapHongKongColors constructor

SMapHongKongColors({
  1. Color? hkKI,
  2. Color? hkWT,
  3. Color? hkTW,
  4. Color? hkSS,
  5. Color? hkKC,
  6. Color? hkTM,
  7. Color? hkKU,
  8. Color? hkYT,
  9. Color? hkIS,
  10. Color? hkNO,
  11. Color? hkYL,
  12. Color? hkTP,
  13. Color? hkST,
  14. Color? hkEA,
  15. Color? hkCW,
  16. Color? hkWC,
  17. Color? hkSK,
  18. Color? hkSO,
})

Implementation

SMapHongKongColors({
  this.hkKI,
  this.hkWT,
  this.hkTW,
  this.hkSS,
  this.hkKC,
  this.hkTM,
  this.hkKU,
  this.hkYT,
  this.hkIS,
  this.hkNO,
  this.hkYL,
  this.hkTP,
  this.hkST,
  this.hkEA,
  this.hkCW,
  this.hkWC,
  this.hkSK,
  this.hkSO,
});