MyUserCredentials constructor

MyUserCredentials({
  1. ConfirmationCode? code,
  2. UserPassword? password,
})

Implementation

MyUserCredentials({this.code, this.password});