headers property

Map<String, String> headers

Implementation

Map<String, String> get headers => <String, String>{
      'Content-Type': 'application/json',
      'Accept': '*/*',
      'Access': token,
    };