headers property

Map<String, String> headers
getter/setter pair

Implementation

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