headers property

Map<String, String> headers

Implementation

Map<String, String> get headers => {
      'Content-type': 'application/json',
      'Accept': 'application/json',
      'api-key': apiKey,
    };