SMapArgentinaColors constructor

SMapArgentinaColors({
  1. Color? arB,
  2. Color? arK,
  3. Color? arH,
  4. Color? arU,
  5. Color? arC,
  6. Color? arX,
  7. Color? arW,
  8. Color? arE,
  9. Color? arP,
  10. Color? arY,
  11. Color? arL,
  12. Color? arF,
  13. Color? arM,
  14. Color? arN,
  15. Color? arQ,
  16. Color? arR,
  17. Color? arA,
  18. Color? arZ,
  19. Color? arG,
  20. Color? arS,
  21. Color? arJ,
  22. Color? arD,
  23. Color? arV,
  24. Color? arT,
})

Implementation

SMapArgentinaColors({
  this.arB,
  this.arK,
  this.arH,
  this.arU,
  this.arC,
  this.arX,
  this.arW,
  this.arE,
  this.arP,
  this.arY,
  this.arL,
  this.arF,
  this.arM,
  this.arN,
  this.arQ,
  this.arR,
  this.arA,
  this.arZ,
  this.arG,
  this.arS,
  this.arJ,
  this.arD,
  this.arV,
  this.arT,
});