toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "LT-AL": ltAL,
    "LT-KU": ltKU,
    "LT-KL": ltKL,
    "LT-MR": ltMR,
    "LT-PN": ltPN,
    "LT-SA": ltSA,
    "LT-TA": ltTA,
    "LT-TE": ltTE,
    "LT-UT": ltUT,
    "LT-VL": ltVL,
  };
}