UpdateUserPasswordArguments constructor
- MyUserIdentifier? ident,
- UserPassword? password,
- MyUserCredentials? confirmation,
Implementation
UpdateUserPasswordArguments({this.ident, this.password, this.confirmation});
UpdateUserPasswordArguments({this.ident, this.password, this.confirmation});