AuthUserProfile constructor

const AuthUserProfile(
  1. User? fbUser,
  2. UserDetails? profile,
  3. AuthEventSource source, {
  4. AuthStatus? status,
})

Implementation

const AuthUserProfile(this.fbUser, this.profile, this.source, {this.status});