headers property

Map<String, String> headers
final

Implementation

final Map<String, String> headers = {
  HttpHeaders.contentTypeHeader: 'application/json',
  HttpHeaders.acceptHeader: 'application/json',
};