IssuingAuthorizationAuthenticationExemption constructor
const
IssuingAuthorizationAuthenticationExemption({
- required IssuingAuthorizationAuthenticationExemptionClaimedBy claimedBy,
- required IssuingAuthorizationAuthenticationExemptionType type,
IssuingAuthorizationAuthenticationExemption
Implementation
const IssuingAuthorizationAuthenticationExemption({
required this.claimedBy,
required this.type,
});