toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "MZ-MPM": mzMPM,
    "MZ-L": mzL,
    "MZ-I": mzI,
    "MZ-Q": mzQ,
    "MZ-S": mzS,
    "MZ-G": mzG,
    "MZ-N": mzN,
    "MZ-A": mzA,
    "MZ-P": mzP,
    "MZ-B": mzB,
    "MZ-T": mzT,
  };
}