menu
general_lib package
documentation
fetch/fetch.dart
FetchOption
FetchOption constructor
FetchOption constructor
dark_mode
light_mode
FetchOption
constructor
FetchOption
(
{
required
String
method
,
Map
<
String
,
String
>
?
headers
,
Object
?
body
,
})
Implementation
FetchOption({ required this.method, this.headers, this.body, });
general_lib package
documentation
fetch/fetch
FetchOption
FetchOption constructor
FetchOption class