headers top-level constant

Map<String, String> const headers

Implementation

const Map<String, String> headers = {
  'Content-type': 'application/json; charset=UTF-8'
};