CustomManeuver constructor

CustomManeuver([
  1. void updates(
    1. CustomManeuverBuilder b
    )?
])

Implementation

factory CustomManeuver([void Function(CustomManeuverBuilder b)? updates]) =
    _$CustomManeuver;