menu
scouting_app_2024
user\models\team_bloc.dart
CommentsInfo
isNotEmpty property
isNotEmpty
brightness_4
brightness_5
isNotEmpty
property
bool
isNotEmpty
Implementation
bool get isNotEmpty => comment != null && comment!.isNotEmpty && comment != "";
scouting_app_2024
team_bloc
CommentsInfo
isNotEmpty property
CommentsInfo class