user property

User? get user

Implementation

User? get user {
  return _auth.currentUser;
}