SMapHaitiColors constructor

SMapHaitiColors({
  1. Color? htSE,
  2. Color? htOU,
  3. Color? htND,
  4. Color? htNE,
  5. Color? htCE,
  6. Color? htAR,
  7. Color? htSD,
  8. Color? htNO,
  9. Color? htNI,
  10. Color? htGA,
})

Implementation

SMapHaitiColors({
  this.htSE,
  this.htOU,
  this.htND,
  this.htNE,
  this.htCE,
  this.htAR,
  this.htSD,
  this.htNO,
  this.htNI,
  this.htGA,
});