hasProfile property

bool get hasProfile

Returns true if profile is not null, otherwise false.

Implementation

bool get hasProfile => profile != null;