toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "LU-D": luD,
    "LU-G": luG,
    "LU-L": luL,
  };
}