AuthUserProfile.empty constructor

const AuthUserProfile.empty(
  1. AuthEventSource source
)

Implementation

const AuthUserProfile.empty(this.source)
    : fbUser = null,
      status = AuthStatus.none,
      profile = null;