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