SMapBrazilColors constructor

SMapBrazilColors({
  1. Color? brAC,
  2. Color? brAL,
  3. Color? brAM,
  4. Color? brAP,
  5. Color? brBA,
  6. Color? brCE,
  7. Color? brDF,
  8. Color? brES,
  9. Color? brGO,
  10. Color? brMA,
  11. Color? brMG,
  12. Color? brMS,
  13. Color? brMT,
  14. Color? brPA,
  15. Color? brPB,
  16. Color? brPE,
  17. Color? brPI,
  18. Color? brPR,
  19. Color? brRJ,
  20. Color? brRN,
  21. Color? brRO,
  22. Color? brRR,
  23. Color? brRS,
  24. Color? brSC,
  25. Color? brSE,
  26. Color? brSP,
  27. Color? brTO,
})

Implementation

SMapBrazilColors({
  this.brAC,
  this.brAL,
  this.brAM,
  this.brAP,
  this.brBA,
  this.brCE,
  this.brDF,
  this.brES,
  this.brGO,
  this.brMA,
  this.brMG,
  this.brMS,
  this.brMT,
  this.brPA,
  this.brPB,
  this.brPE,
  this.brPI,
  this.brPR,
  this.brRJ,
  this.brRN,
  this.brRO,
  this.brRR,
  this.brRS,
  this.brSC,
  this.brSE,
  this.brSP,
  this.brTO,
});