toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "IL-GH": ilGH,
    "IL-Z": ilZ,
    "IL-HA": ilHA,
    "IL-M": ilM,
    "IL-TA": ilTA,
    "IL-D": ilD,
    "IL-JM": ilJM,
    "PS-PS": psPS,
  };
}