SMapGuineaColors constructor

SMapGuineaColors({
  1. Color? gnB,
  2. Color? gnC,
  3. Color? gnD,
  4. Color? gnF,
  5. Color? gnK,
  6. Color? gnL,
  7. Color? gnM,
  8. Color? gnN3,
})

Implementation

SMapGuineaColors({
  this.gnB,
  this.gnC,
  this.gnD,
  this.gnF,
  this.gnK,
  this.gnL,
  this.gnM,
  this.gnN3,
});