statistics property

  1. @TagNumber.new(8)
VADStatistics get statistics

Optional statistics snapshot and result-envelope error details.

Implementation

@$pb.TagNumber(8)
VADStatistics get statistics => $_getN(7);
  1. @TagNumber.new(8)
set statistics (VADStatistics value)

Implementation

@$pb.TagNumber(8)
set statistics(VADStatistics value) => $_setField(8, value);