matchJoin property

  1. @TagNumber(16)
MatchJoin get matchJoin

Implementation

@$pb.TagNumber(16)
MatchJoin get matchJoin => $_getN(15);
  1. @TagNumber(16)
set matchJoin (MatchJoin v)

Implementation

@$pb.TagNumber(16)
set matchJoin(MatchJoin v) {
  setField(16, v);
}