SMapRwandaColors constructor

SMapRwandaColors({
  1. Color? rw01,
  2. Color? rw03,
  3. Color? rw02,
  4. Color? rw04,
  5. Color? rw05,
})

Implementation

SMapRwandaColors({
  this.rw01,
  this.rw03,
  this.rw02,
  this.rw04,
  this.rw05,
});