xmlToJson property
dynamic
get
xmlToJson
Parses the xml string and returns the resulting Json object.
Implementation
dynamic get xmlToJson => jsonDecode(xmlToText);
Parses the xml string and returns the resulting Json object.
dynamic get xmlToJson => jsonDecode(xmlToText);