isLoading property

bool isLoading

Implementation

bool get isLoading => maybeWhen(orElse: () => false, loading: () => true);