headers property
When the FetchStatus.headers event is sent this will contain the headers. At all other times it will be null.
Implementation
final Map<String, List<String>>? headers;
When the FetchStatus.headers event is sent this will contain the headers. At all other times it will be null.
final Map<String, List<String>>? headers;