isLoading method

bool isLoading()

Implementation

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