menu
github_flutter
github.dart
Release
hasErrors property
hasErrors
dark_mode
light_mode
hasErrors
property
bool
get
hasErrors
Implementation
bool get hasErrors => errors == null ? false : errors!.isNotEmpty;
github_flutter
github
Release
hasErrors property
Release class