RegistrationState constructor
RegistrationState({
- RegistrationStateEnum? state,
- ErrorCause? cause,
Implementation
RegistrationState({this.state, this.cause});
RegistrationState({this.state, this.cause});