all property

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

Define all events as condition. After any event is created, the execution is triggered.

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);