hasProfiles property
bool
get
hasProfiles
Whether any profiles are present.
Implementation
bool get hasProfiles => _profiles.isNotEmpty;
Whether any profiles are present.
bool get hasProfiles => _profiles.isNotEmpty;