headers property

Map<String, String> headers

Implementation

Map<String, String> get headers =>
    hasResponse ? response.headers : <String, String>{};