toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "PS-JRH": psJRH,
    "PS-JEN": psJEN,
    "PS-TKM": psTKM,
    "PS-TBS": psTBS,
    "PS-NBS": psNBS,
    "PS-QQA": psQQA,
    "PS-SLT": psSLT,
    "PS-RBH": psRBH,
    "PS-JEM": psJEM,
    "PS-BTH": psBTH,
    "PS-HBN": psHBN,
    "PS-NGZ": psNGZ,
    "PS-GZA": psGZA,
    "PS-DEB": psDEB,
    "PS-KYS": psKYS,
    "PS-RFH": psRFH,
    "IL-IL": ilIL,
  };
}