isLoading property

bool get isLoading

Implementation

bool get isLoading => loading != null && !loading!.isCompleted;