isBusy property Null safety
Exposes the viewModel busy status. Used to determine if the viewModel is busy running a long running task
Implementation
bool get isBusy => viewModel.busy;
Exposes the viewModel busy status. Used to determine if the viewModel is busy running a long running task
bool get isBusy => viewModel.busy;