toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "MT-NO": mtNO,
    "MT-CE": mtCE,
    "MT-SO": mtSO,
    "MT-SE": mtSE,
    "MT-GO": mtGO,
  };
}