isEmpty property

bool get isEmpty

Implementation

bool get isEmpty => uid == null && email == null && username == null;