linearVelocitySupported property

  1. @TagNumber(1)
bool get linearVelocitySupported

Implementation

@$pb.TagNumber(1)
$core.bool get linearVelocitySupported => $_getBF(0);
  1. @TagNumber(1)
set linearVelocitySupported (bool v)

Implementation

@$pb.TagNumber(1)
set linearVelocitySupported($core.bool v) { $_setBool(0, v); }