ResetPasswordResultOk constructor
const
ResetPasswordResultOk({
- dynamic extra,
- int? clientId,
The password was reset
Implementation
const ResetPasswordResultOk({
this.extra,
this.clientId,
});