menu
agent_dart_base package
documentation
agent/agent/http/fetch.dart
FetchResponse
FetchResponse const constructor
FetchResponse const constructor
dark_mode
light_mode
FetchResponse
constructor
const
FetchResponse
(
String
body
,
bool
ok
,
int
statusCode
,
String
statusText
,
Uint8List
arrayBuffer
,
)
Implementation
const FetchResponse( this.body, this.ok, this.statusCode, this.statusText, this.arrayBuffer, );
agent_dart_base package
documentation
agent/agent/http/fetch
FetchResponse
FetchResponse const constructor
FetchResponse class