isLoading property

bool get isLoading

Implementation

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