SMapEthiopiaColors constructor

SMapEthiopiaColors({
  1. Color? etHA,
  2. Color? etDD,
  3. Color? etSO,
  4. Color? etAA,
  5. Color? etBE,
  6. Color? etOR,
  7. Color? etGA,
  8. Color? etSN,
  9. Color? etAF,
  10. Color? etTI,
  11. Color? etAM,
})

Implementation

SMapEthiopiaColors({
  this.etHA,
  this.etDD,
  this.etSO,
  this.etAA,
  this.etBE,
  this.etOR,
  this.etGA,
  this.etSN,
  this.etAF,
  this.etTI,
  this.etAM,
});