StopManeuver constructor

StopManeuver([
  1. void updates(
    1. StopManeuverBuilder b
    )?
])

Implementation

factory StopManeuver([void Function(StopManeuverBuilder b)? updates]) =
    _$StopManeuver;