AuthUserProfile constructor
const
AuthUserProfile(
- User? fbUser,
- UserDetails? profile,
- AuthEventSource source, {
- AuthStatus? status,
Implementation
const AuthUserProfile(this.fbUser, this.profile, this.source, {this.status});