GetAngularVelocityResponse constructor
GetAngularVelocityResponse({
- Vector3? angularVelocity,
Implementation
factory GetAngularVelocityResponse({
$14.Vector3? angularVelocity,
}) {
final $result = create();
if (angularVelocity != null) {
$result.angularVelocity = angularVelocity;
}
return $result;
}