headers property

Map<String, List<String>>? headers
final

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;