toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "SI-JP": siJP,
    "SI-NO": siNO,
    "SI-SP": siSP,
    "SI-GO": siGO,
    "SI-LJ": siLJ,
    "SI-JS": siJS,
    "SI-ZS": siZS,
    "SI-SA": siSA,
    "SI-KO": siKO,
    "SI-PS": siPS,
    "SI-PD": siPD,
    "SI-PM": siPM,
  };
}