setThrottle property
- @TagNumber(6)
Indicates that throttle = 0 is valid, even though 0 usually means no value.
Implementation
@$pb.TagNumber(6)
$core.bool get setThrottle => $_getBF(5);
- @TagNumber(6)
Implementation
@$pb.TagNumber(6)
set setThrottle($core.bool v) { $_setBool(5, v); }