menu
genai_components package
documentation
core_utils/base_viewmodel.dart
CLBaseViewModel
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
inherited
Returns the error existence status of the ViewModel
Implementation
bool get hasError => error(this) != null;
genai_components package
documentation
core_utils/base_viewmodel
CLBaseViewModel
hasError property
CLBaseViewModel class