EmailLinkSigninResponse constructor

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

Implementation

EmailLinkSigninResponse({
  this.email,
  this.expiresIn,
  this.idToken,
  this.isNewUser,
  this.kind,
  this.localId,
  this.refreshToken,
});