SMapAngolaColors constructor

SMapAngolaColors({
  1. Color? aoBGO,
  2. Color? aoBGU,
  3. Color? aoBIE,
  4. Color? aoCAB,
  5. Color? aoCCU,
  6. Color? aoCNO,
  7. Color? aoCUS,
  8. Color? aoCNN,
  9. Color? aoHUA,
  10. Color? aoHUI,
  11. Color? aoLUA,
  12. Color? aoLNO,
  13. Color? aoLSU,
  14. Color? aoMAL,
  15. Color? aoMOX,
  16. Color? aoNAM,
  17. Color? aoUIG,
  18. Color? aoZAI,
})

Implementation

SMapAngolaColors({
  this.aoBGO,
  this.aoBGU,
  this.aoBIE,
  this.aoCAB,
  this.aoCCU,
  this.aoCNO,
  this.aoCUS,
  this.aoCNN,
  this.aoHUA,
  this.aoHUI,
  this.aoLUA,
  this.aoLNO,
  this.aoLSU,
  this.aoMAL,
  this.aoMOX,
  this.aoNAM,
  this.aoUIG,
  this.aoZAI,
});