all property
Define all calls as condition. When a call to any available service happens, the execution is triggered.
Implementation
@$pb.TagNumber(3)
$core.bool get all => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set all($core.bool value) => $_setBool(2, value);