menu
truesight_flutter package
documentation
http/http.dart
HttpResponse
bodyAsBoolean method
bodyAsBoolean method
dark_mode
light_mode
bodyAsBoolean
method
bool
bodyAsBoolean
(
)
Implementation
bool bodyAsBoolean() { return bool.parse(data); }
truesight_flutter package
documentation
http/http
HttpResponse
bodyAsBoolean method
HttpResponse extension on Response