toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "TW-TP": twTP,
    "TW-TW": twTW,
    "TW-KH": twKH,
    "TW-FK": twFK,
  };
}