setThrottle property

  1. @TagNumber(6)
bool setThrottle

Indicates that throttle = 0 is valid, even though 0 usually means no value.

Implementation

@$pb.TagNumber(6)
$core.bool get setThrottle => $_getBF(5);
  1. @TagNumber(6)
void setThrottle=(bool v)

Implementation

@$pb.TagNumber(6)
set setThrottle($core.bool v) { $_setBool(5, v); }