menu
dart_identity_sdk package
documentation
table_sync/table_sync_bloc.dart
TableSyncBloc
hasError method
hasError method
dark_mode
light_mode
hasError
method
bool
hasError
(
String
groupID
)
Implementation
bool hasError(String groupID) => state.group(groupID).hasError;
dart_identity_sdk package
documentation
table_sync/table_sync_bloc
TableSyncBloc
hasError method
TableSyncBloc class