toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "GN-B": gnB,
    "GN-C": gnC,
    "GN-D": gnD,
    "GN-F": gnF,
    "GN-K": gnK,
    "GN-L": gnL,
    "GN-M": gnM,
    "GN-N3": gnN3,
  };
}