ChangePasswordResponse constructor

ChangePasswordResponse({
  1. String oneTimePassword,
  2. Map<String, dynamic> state,
})

Implementation

ChangePasswordResponse({this.oneTimePassword, this.state});