RegisterResponse constructor

RegisterResponse({
  1. String? userId,
  2. String? sessionId,
  3. String? userName,
  4. String? referrerUrl,
  5. String? bearerToken,
  6. String? refreshToken,
  7. ResponseStatus? responseStatus,
  8. Map<String, String?>? meta,
})

Implementation

RegisterResponse(
    {this.userId,
    this.sessionId,
    this.userName,
    this.referrerUrl,
    this.bearerToken,
    this.refreshToken,
    this.responseStatus,
    this.meta});