headers top-level property

Map<String, String> get headers

Implementation

Map<String, String> get headers {

  return {
    "Content-Type": "application/json",
  };
}