toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "BH-13": bh13,
    "BH-14": bh14,
    "BH-15": bh15,
    "BH-16": bh16,
    "BH-17": bh17,
  };
}