URLProtectionSpaceHttpAuthCredentials constructor

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

Implementation

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