FollowTrajectory constructor

FollowTrajectory([
  1. void updates(
    1. FollowTrajectoryBuilder b
    )?
])

Implementation

factory FollowTrajectory(
    [void Function(FollowTrajectoryBuilder b)? updates]) = _$FollowTrajectory;