bytesPerSecond property
Bytes per second. Absent means unknown -- no sentinel that collides with a real value.
Implementation
@$pb.TagNumber(6)
$core.double get bytesPerSecond => $_getN(4);
Implementation
@$pb.TagNumber(6)
set bytesPerSecond($core.double value) => $_setFloat(4, value);