VerifyPassword200Response constructor
VerifyPassword200Response({
- bool? verified,
Returns a new VerifyPassword200Response instance.
Implementation
VerifyPassword200Response({
this.verified,
});
Returns a new VerifyPassword200Response instance.
VerifyPassword200Response({
this.verified,
});