chat property

Implementation

@$pb.TagNumber(5)
RuleCondition_Chat get chat => $_getN(4);
  1. @TagNumber(5)
set chat (RuleCondition_Chat value)

Implementation

@$pb.TagNumber(5)
set chat(RuleCondition_Chat value) => $_setField(5, value);