menu
flutter_gemma package
documentation
core/infrastructure/web_js_interop.dart
FetchResponse
FetchResponse.new constructor
FetchResponse.new constructor
dark_mode
light_mode
FetchResponse
constructor
FetchResponse
(
Uint8List
data
,
int
statusCode
)
Implementation
FetchResponse(this.data, this.statusCode);
flutter_gemma package
documentation
core/infrastructure/web_js_interop
FetchResponse
FetchResponse.new constructor
FetchResponse class