SMapPhilippinesColors constructor

SMapPhilippinesColors({
  1. Color? phSUR,
  2. Color? phTAR,
  3. Color? phTAW,
  4. Color? phZMB,
  5. Color? phZAN,
  6. Color? phZSI,
  7. Color? phABR,
  8. Color? phAGN,
  9. Color? phAGS,
  10. Color? phAKL,
  11. Color? phALB,
  12. Color? phANT,
  13. Color? phAPA,
  14. Color? phAUR,
  15. Color? phBAN,
  16. Color? phBTN,
  17. Color? phBTG,
  18. Color? phBEN,
  19. Color? phBIL,
  20. Color? phBOH,
  21. Color? phBUK,
  22. Color? phBUL,
  23. Color? phCAG,
  24. Color? phCAN,
  25. Color? phCAS,
  26. Color? phCAM,
  27. Color? phCAP,
  28. Color? phCAT,
  29. Color? phCAV,
  30. Color? phCEB,
  31. Color? phCOM,
  32. Color? phDAV,
  33. Color? phDAS,
  34. Color? phDAO,
  35. Color? phDIN,
  36. Color? phEAS,
  37. Color? phGUI,
  38. Color? phIFU,
  39. Color? phILN,
  40. Color? phILS,
  41. Color? phILI,
  42. Color? phISA,
  43. Color? phKAL,
  44. Color? phLUN,
  45. Color? phLAG,
  46. Color? phLAN,
  47. Color? phLAS,
  48. Color? phLEY,
  49. Color? phMG,
  50. Color? phMAD,
  51. Color? phMAS,
  52. Color? phMNL,
  53. Color? phMSC,
  54. Color? phMSR,
  55. Color? phMOU,
  56. Color? phNEC,
  57. Color? phNER,
  58. Color? phNCO,
  59. Color? phNSA,
  60. Color? phNUE,
  61. Color? phNUV,
  62. Color? phMDC,
  63. Color? phMDR,
  64. Color? phPLW,
  65. Color? phPAM,
  66. Color? phPAN,
  67. Color? phQUE,
  68. Color? phQUI,
  69. Color? phRIZ,
  70. Color? phROM,
  71. Color? phWSA,
  72. Color? phSAR,
  73. Color? phSIG,
  74. Color? phSOR,
  75. Color? phSCO,
  76. Color? phSLE,
  77. Color? phSUK,
  78. Color? phSLU,
  79. Color? phSUN,
  80. Color? phBAS,
  81. Color? phZAS,
})

Implementation

SMapPhilippinesColors({
  this.phSUR,
  this.phTAR,
  this.phTAW,
  this.phZMB,
  this.phZAN,
  this.phZSI,
  this.phABR,
  this.phAGN,
  this.phAGS,
  this.phAKL,
  this.phALB,
  this.phANT,
  this.phAPA,
  this.phAUR,
  this.phBAN,
  this.phBTN,
  this.phBTG,
  this.phBEN,
  this.phBIL,
  this.phBOH,
  this.phBUK,
  this.phBUL,
  this.phCAG,
  this.phCAN,
  this.phCAS,
  this.phCAM,
  this.phCAP,
  this.phCAT,
  this.phCAV,
  this.phCEB,
  this.phCOM,
  this.phDAV,
  this.phDAS,
  this.phDAO,
  this.phDIN,
  this.phEAS,
  this.phGUI,
  this.phIFU,
  this.phILN,
  this.phILS,
  this.phILI,
  this.phISA,
  this.phKAL,
  this.phLUN,
  this.phLAG,
  this.phLAN,
  this.phLAS,
  this.phLEY,
  this.phMG,
  this.phMAD,
  this.phMAS,
  this.phMNL,
  this.phMSC,
  this.phMSR,
  this.phMOU,
  this.phNEC,
  this.phNER,
  this.phNCO,
  this.phNSA,
  this.phNUE,
  this.phNUV,
  this.phMDC,
  this.phMDR,
  this.phPLW,
  this.phPAM,
  this.phPAN,
  this.phQUE,
  this.phQUI,
  this.phRIZ,
  this.phROM,
  this.phWSA,
  this.phSAR,
  this.phSIG,
  this.phSOR,
  this.phSCO,
  this.phSLE,
  this.phSUK,
  this.phSLU,
  this.phSUN,
  this.phBAS,
  this.phZAS,
});