authenticated property

bool get authenticated

Is a user authenticated? If true, the authenticated user is currentUser.

Implementation

bool get authenticated => (_currentUser != null);