allowCredentials property Null safety
read / write
Whether or not to allow use of credentials, including Authorization and cookies.
Defaults to true. In the specification (http://www.w3.org/TR/cors/), this is 'supports credentials'.
Implementation
bool? allowCredentials;