SignupNewUserResponse constructor

SignupNewUserResponse({
  1. String? displayName,
  2. String? email,
  3. String? expiresIn,
  4. String? idToken,
  5. String? kind,
  6. String? localId,
  7. String? refreshToken,
})

Implementation

SignupNewUserResponse({
  this.displayName,
  this.email,
  this.expiresIn,
  this.idToken,
  this.kind,
  this.localId,
  this.refreshToken,
});