isLoading property

bool get isLoading

Implementation

bool get isLoading => mayBeMap(orElse: () => false, loadingState: (_) => true);