hasProfile property
bool
get
hasProfile
Returns true if profile
is not null, otherwise false.
Implementation
bool get hasProfile => profile != null;
Returns true if profile
is not null, otherwise false.
bool get hasProfile => profile != null;