group property

  1. @TagNumber.new(2)
String get group

Define an event group as condition. After any event under this group is created, the execution is triggered.

Implementation

@$pb.TagNumber(2)
$core.String get group => $_getSZ(1);
  1. @TagNumber.new(2)
set group (String value)

Implementation

@$pb.TagNumber(2)
set group($core.String value) => $_setString(1, value);