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