isLoading property

bool get isLoading

Returns true if the status is LxWaiting.

Implementation

bool get isLoading => this is LxWaiting<T>;