all property
Define all calls as condition. Before a response is returned to the client from any available service, 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);