Creates a Xml from a JSON object.
factory Xml.fromJson(Map<String, dynamic> json) => _$XmlFromJson(json);