match property

  1. @TagNumber(15)
Match get match

Implementation

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

Implementation

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