SMapPeruColors constructor

SMapPeruColors({
  1. Color? peAMA,
  2. Color? peANC,
  3. Color? peAPU,
  4. Color? peARE,
  5. Color? peAYA,
  6. Color? peCAJ,
  7. Color? peCAL,
  8. Color? peCUS,
  9. Color? peHUC,
  10. Color? peHUV,
  11. Color? peICA,
  12. Color? peJUN,
  13. Color? peLAL,
  14. Color? peLAM,
  15. Color? peLIM,
  16. Color? peLMA,
  17. Color? peLOR,
  18. Color? peMDD,
  19. Color? peMOQ,
  20. Color? pePAS,
  21. Color? pePIU,
  22. Color? pePUN,
  23. Color? peSAM,
  24. Color? peTAC,
  25. Color? peTUM,
  26. Color? peUCA,
  27. Color? peLKT,
})

Implementation

SMapPeruColors({
  this.peAMA,
  this.peANC,
  this.peAPU,
  this.peARE,
  this.peAYA,
  this.peCAJ,
  this.peCAL,
  this.peCUS,
  this.peHUC,
  this.peHUV,
  this.peICA,
  this.peJUN,
  this.peLAL,
  this.peLAM,
  this.peLIM,
  this.peLMA,
  this.peLOR,
  this.peMDD,
  this.peMOQ,
  this.pePAS,
  this.pePIU,
  this.pePUN,
  this.peSAM,
  this.peTAC,
  this.peTUM,
  this.peUCA,
  this.peLKT,
});