FetchOptions constructor

FetchOptions({
  1. Map<String, String>? headers,
  2. bool? noResolveJson,
})

Implementation

FetchOptions({this.headers, this.noResolveJson});