optionParams property

Map<String, String?> optionParams
getter/setter pair

Implementation

static Map<String, String?> optionParams = {
  "mirrorToken": null,
  "content-Type": CONTENT_TYPE_JSON
};