menu
bones_ui package
documentation
bones_ui_test.dart
UITestContext<U extends UIRoot>
hasErrors property
hasErrors property
dark_mode
light_mode
hasErrors
property
bool
get
hasErrors
Returns true if the current
testUI
has errors.
Implementation
bool get hasErrors => _errors.isNotEmpty;
bones_ui package
documentation
bones_ui_test
UITestContext<U extends UIRoot>
hasErrors property
UITestContext class