isBusy property Null safety

bool isBusy

Exposes the viewModel busy status. Used to determine if the viewModel is busy running a long running task

Implementation

bool get isBusy => viewModel.busy;