toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "NI-AN": niAN,
    "NI-AS": niAS,
    "NI-BO": niBO,
    "NI-CA": niCA,
    "NI-CI": niCI,
    "NI-CO": niCO,
    "NI-ES": niES,
    "NI-GR": niGR,
    "NI-JI": niJI,
    "NI-LE": niLE,
    "NI-MD": niMD,
    "NI-MN": niMN,
    "NI-MS": niMS,
    "NI-MT": niMT,
    "NI-NS": niNS,
    "NI-RI": niRI,
    "NI-SJ": niSJ,
  };
}