menu
truesight_core package
documentation
http/http.dart
ExtendedResponse
bodyAsDecimal method
bodyAsDecimal method
dark_mode
light_mode
bodyAsDecimal
method
double
bodyAsDecimal
(
)
Implementation
double bodyAsDecimal() { return double.parse(data.toString()); }
truesight_core package
documentation
http/http
ExtendedResponse
bodyAsDecimal method
ExtendedResponse extension on Response