toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "SG-01": sg01,
    "SG-02": sg02,
    "SG-03": sg03,
    "SG-04": sg04,
    "SG-05": sg05,
  };
}