GroundVelocity constructor

GroundVelocity([
  1. void updates(
    1. GroundVelocityBuilder b
    )?
])

Implementation

factory GroundVelocity([void Function(GroundVelocityBuilder b)? updates]) =
    _$GroundVelocity;