headers property

Map<String, String> headers
final

Implementation

final Map<String, String> headers = {
  'Content-type': 'application/json',
  'Accept': 'application/json',
};