SignInResult constructor

SignInResult({
  1. dynamic credential,
  2. dynamic idToken,
  3. dynamic username,
  4. dynamic password,
  5. dynamic displayName,
  6. dynamic googleIdToken,
  7. dynamic id,
})

Implementation

SignInResult(
    {this.credential,
      this.idToken,
      this.username,
      this.password,
      this.displayName,
      this.googleIdToken,
      this.id});