fromMap static method

Implementation

static SMapFaroeIslandsColors fromMap(Map<String, Color?> map) {
  return SMapFaroeIslandsColors(
    foOS: map["FO-OS"],
    foNO: map["FO-NO"],
    foSA: map["FO-SA"],
    foST: map["FO-ST"],
    foSU: map["FO-SU"],
    foVG: map["FO-VG"],
  );
}