headers property

Map<String, String> get headers

Implementation

Map<String, String> get headers => {
  "Authorization": "Bearer $authToken",
  "Content-Type": "application/json",
};