isLoading property

bool get isLoading

Whether the view model is currently loading data.

Implementation

bool get isLoading => _isLoading;