menu
core_custom_tools package
documentation
http/dio/dio_response.dart
DioResponse<T>
asXml method
asXml method
dark_mode
light_mode
asXml
method
@
override
XmlDocument
asXml
(
)
override
Implementation
@override XmlDocument asXml() { return XmlDocument.parse(body as String); }
core_custom_tools package
documentation
http/dio/dio_response
DioResponse<T>
asXml method
DioResponse class