matchCreate property

  1. @TagNumber(13)
MatchCreate get matchCreate

Implementation

@$pb.TagNumber(13)
MatchCreate get matchCreate => $_getN(12);
  1. @TagNumber(13)
set matchCreate (MatchCreate v)

Implementation

@$pb.TagNumber(13)
set matchCreate(MatchCreate v) {
  setField(13, v);
}