toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "FO-OS": foOS,
    "FO-NO": foNO,
    "FO-SA": foSA,
    "FO-ST": foST,
    "FO-SU": foSU,
    "FO-VG": foVG,
  };
}