option property

Options? option

Implementation

Options? get option => Options(
      receiveTimeout: receiveTimeout,
      sendTimeout: sendTimeout,
      extra: extra,
      headers: headers,
      followRedirects: followRedirects,
      contentType: contentType,
    );