isIdleOrLoading property

bool get isIdleOrLoading

Returns true if this is AsyncIdle or AsyncLoading. This is equivalent to beacon.peek().isIdleOrLoading.

Implementation

bool get isIdleOrLoading => peek().isIdleOrLoading;