JsFetchOptions constructor
const
JsFetchOptions({})
Implementation
const JsFetchOptions({
this.allowUrl,
this.handler,
this.maxResponseBytes = kDefaultJsMemoryLimit,
this.maxRedirects = 20,
this.connectionTimeout,
});