RequestOptions constructor
RequestOptions({})
Implementation
RequestOptions({
required this.method,
required this.uri,
this.headers = const {},
this.body,
this.timeout,
this.onProgress,
this.expectJsonArray = false,
this.queryParameters,
this.pathParams,
this.cancelToken,
});