VerifyPassword200Response constructor

VerifyPassword200Response({
  1. bool? verified,
})

Returns a new VerifyPassword200Response instance.

Implementation

VerifyPassword200Response({
  this.verified,
});