static List<String> stringMappedFromXmlList(Map<String, dynamic> value) => stringToList(stringMappedFromXml(value));