anyLoading property

  1. @TagNumber.new(6)
bool get anyLoading

Computed: true when any of the four states is COMPONENT_LIFECYCLE_STATE_LOADING.

Implementation

@$pb.TagNumber(6)
$core.bool get anyLoading => $_getBF(5);
  1. @TagNumber.new(6)
set anyLoading (bool value)

Implementation

@$pb.TagNumber(6)
set anyLoading($core.bool value) => $_setBool(5, value);