hasProfileImage property
bool
get
hasProfileImage
Checks if the user has a profile image
Implementation
bool get hasProfileImage => profileImage != null && profileImage!.isNotEmpty;
Checks if the user has a profile image
bool get hasProfileImage => profileImage != null && profileImage!.isNotEmpty;