toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "CA-AB": caAB,
    "CA-BC": caBC,
    "CA-MB": caMB,
    "CA-NB": caNB,
    "CA-NL": caNL,
    "CA-NS": caNS,
    "CA-NT": caNT,
    "CA-NU": caNU,
    "CA-ON": caON,
    "CA-PE": caPE,
    "CA-QC": caQC,
    "CA-SK": caSK,
    "CA-YT": caYT,
  };
}