UriOptions constructor
const
UriOptions({})
Creates a new UriOptions.
Implementation
const UriOptions({
this.defaultScheme,
this.coerceBareDomainsToDefaultScheme = false,
this.allowRelative = true,
});
Creates a new UriOptions.
const UriOptions({
this.defaultScheme,
this.coerceBareDomainsToDefaultScheme = false,
this.allowRelative = true,
});