dartness_server
dartness
DartnessResponse
body method
body
body
method
Null safety
Future
<
String
>
body
(
)
Returns a Future containing the body as a string.
Implementation
Future<String> body() => _response.readAsString();
dartness_server
dartness
DartnessResponse
body method
DartnessResponse class
Constructors
DartnessResponse
fromShelf
Properties
hashCode
headers
runtimeType
statusCode
Methods
body
bytes
noSuchMethod
toString
Operators
operator ==