RegistrationState constructor

RegistrationState({
  1. RegistrationStateEnum? state,
  2. ErrorCause? cause,
})

Implementation

RegistrationState({this.state, this.cause});