match property

  1. @TagNumber(2)
Match get match

Implementation

@$pb.TagNumber(2)
Match get match => $_getN(1);
  1. @TagNumber(2)
set match (Match v)

Implementation

@$pb.TagNumber(2)
set match(Match v) {
  setField(2, v);
}