match property

Implementation

RuleMatchBuilder get match => _$this._match ??= new RuleMatchBuilder();
void match=(RuleMatchBuilder? match)

Implementation

set match(RuleMatchBuilder? match) => _$this._match = match;