all property

  1. @TagNumber(3)
bool all

All calls to any available service and endpoint as condition.

Implementation

@$pb.TagNumber(3)
$core.bool get all => $_getBF(2);
  1. @TagNumber(3)
void all=(bool v)

Implementation

@$pb.TagNumber(3)
set all($core.bool v) { $_setBool(2, v); }