isLoading property

bool get isLoading

Implementation

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