hasProfile property

bool hasProfile

Returns true if user profile data is not null otherwise false

Implementation

bool get hasProfile => user != null;