bytesPerSecond property

  1. @TagNumber.new(6)
double get bytesPerSecond

Bytes per second. Absent means unknown -- no sentinel that collides with a real value.

Implementation

@$pb.TagNumber(6)
$core.double get bytesPerSecond => $_getN(4);
  1. @TagNumber.new(6)
set bytesPerSecond (double value)

Implementation

@$pb.TagNumber(6)
set bytesPerSecond($core.double value) => $_setFloat(4, value);