menu
flutter_api_client package
documentation
core/api/request_options.dart
RequestOptions
headers property
headers property
dark_mode
light_mode
headers
property
Map
<
String
,
String
>
?
headers
final
Additional or override headers for this request.
Implementation
final Map<String, String>? headers;
flutter_api_client package
documentation
core/api/request_options
RequestOptions
headers property
RequestOptions class