toOptions method

Options toOptions()

Implementation

Options toOptions() {
  return Options(
    headers: headers,
    contentType: contentType,
  );
}