match property

  1. @TagNumber(12)
Match get match

Implementation

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

Implementation

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