GetAngularVelocityResponse constructor

GetAngularVelocityResponse({
  1. Vector3? angularVelocity,
})

Implementation

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