all property

  1. @TagNumber.new(3)
bool get all

All calls to any available services and methods as condition.

Implementation

@$pb.TagNumber(3)
$core.bool get all => $_getBF(2);
  1. @TagNumber.new(3)
set all (bool value)

Implementation

@$pb.TagNumber(3)
set all($core.bool value) => $_setBool(2, value);