headers constant

Map<String, String> const headers

Implementation

static const Map<String, String> headers = {
  "Content-Type": "application/json",
};