anyLoading property
Computed: true when any of the four states is COMPONENT_LIFECYCLE_STATE_LOADING.
Implementation
@$pb.TagNumber(6)
$core.bool get anyLoading => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set anyLoading($core.bool value) => $_setBool(5, value);