menu
kronix package
documentation
testing/fluent_test.dart
TestResponse
headers property
headers property
dark_mode
light_mode
headers
property
Map
<
String
,
String
>
get
headers
Returns the headers of the response.
Implementation
Map<String, String> get headers => raw.headers;
kronix package
documentation
testing/fluent_test
TestResponse
headers property
TestResponse class