isNotEmpty property

bool isNotEmpty

Convenience getter to determine whether the current user is not empty.

Implementation

bool get isNotEmpty => this != AuthUser.empty;