HttpOptions.from constructor
HttpOptions.from({})
Implementation
HttpOptions.from({
String? responseType,
this.connectTimeout,
this.sendTimeout,
this.receiveTimeout,
this.headers,
}) : responseType = responseType == null ? null : HttpResponseType.fromName(responseType);