match property

  1. @TagNumber(1)
Match get match

Implementation

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

Implementation

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