group property

  1. @TagNumber(2)
String get group

Event group as condition, all events under this group.

Implementation

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

Implementation

@$pb.TagNumber(2)
set group($core.String v) { $_setString(1, v); }