SMapPanamaColors constructor

SMapPanamaColors({
  1. Color? paEM,
  2. Color? paNB,
  3. Color? pa1,
  4. Color? paKY,
  5. Color? pa5,
  6. Color? pa9,
  7. Color? pa8,
  8. Color? pa7,
  9. Color? pa6,
  10. Color? pa3,
  11. Color? pa2,
  12. Color? pa4,
})

Implementation

SMapPanamaColors({
  this.paEM,
  this.paNB,
  this.pa1,
  this.paKY,
  this.pa5,
  this.pa9,
  this.pa8,
  this.pa7,
  this.pa6,
  this.pa3,
  this.pa2,
  this.pa4,
});