URLProtectionSpaceHttpAuthCredentials constructor

URLProtectionSpaceHttpAuthCredentials({
  1. List<URLCredential>? credentials,
  2. URLProtectionSpace? protectionSpace,
})

Implementation

URLProtectionSpaceHttpAuthCredentials({
  this.credentials,
  this.protectionSpace,
});