isSignedIn property

bool get isSignedIn

로그인 여부

Implementation

bool get isSignedIn => _currentUser != null;