jsonHeaders top-level constant

Map<String, String> const jsonHeaders

Implementation

const jsonHeaders = <String, String>{
  'Accept': 'application/json',
  'Content-Type': 'application/json',
};