SIPPinProtectionConfigsResponse constructor
SIPPinProtectionConfigsResponse({})
Returns a new SIPPinProtectionConfigsResponse instance.
Implementation
SIPPinProtectionConfigsResponse({
this.defaultPin,
required this.enabled,
this.maxAttempts,
this.requiredPinDigits,
});