toMap method

Map<String, Color?> toMap()

Implementation

Map<String, Color?> toMap() {
  return {
    "SL-E": slE,
    "SL-N": slN,
    "SL-W": slW,
    "SL-S": slS,
  };
}