toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "RW-01": rw01,
    "RW-03": rw03,
    "RW-02": rw02,
    "RW-04": rw04,
    "RW-05": rw05,
  };
}