RegistrationResponse constructor

RegistrationResponse({
  1. String refreshToken,
  2. UserRegistration registration,
  3. String registrationVerificationId,
  4. String token,
  5. num tokenExpirationInstant,
  6. User user,
})

Implementation

RegistrationResponse(
    {this.refreshToken,
    this.registration,
    this.registrationVerificationId,
    this.token,
    this.tokenExpirationInstant,
    this.user});