hasNotProfile property

bool get hasNotProfile

Returns true if profile is null, otherwise false.

Implementation

bool get hasNotProfile => !hasProfile;