ResetPasswordResultOk constructor

const ResetPasswordResultOk({
  1. dynamic extra,
  2. int? clientId,
})

The password was reset

Implementation

const ResetPasswordResultOk({
  this.extra,
  this.clientId,
});