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