isEmpty property

bool isEmpty

Convenience getter to determine whether the current user is empty.

Implementation

bool get isEmpty => this == AuthUser.empty;