isLoading property

bool get isLoading

Returns true if an asynchronous operation is in progress, false otherwise.

Implementation

bool get isLoading => _isLoading;