jsonHeaders constant

Map<String, String> const jsonHeaders

Creates JSON content-type header.

Implementation

static const Map<String, String> jsonHeaders = {
  'content-type': 'application/json',
};