SIPChallengeRequest constructor
SIPChallengeRequest({})
Returns a new SIPChallengeRequest instance.
Implementation
SIPChallengeRequest({
this.a1,
this.algorithm,
this.charset,
this.cnonce,
this.domain = const [],
this.method,
this.nc,
this.nonce,
this.opaque,
this.qop = const [],
this.realm,
this.response,
this.stale,
this.uri,
this.userhash,
this.username,
});