statistics property

  1. @TagNumber(7)
VideoStatistics statistics

Implementation

@$pb.TagNumber(7)
VideoStatistics get statistics => $_getN(6);
  1. @TagNumber(7)
void statistics=(VideoStatistics v)

Implementation

@$pb.TagNumber(7)
set statistics(VideoStatistics v) { setField(7, v); }