FollowPath constructor

FollowPath([
  1. void updates(
    1. FollowPathBuilder b
    )?
])

Implementation

factory FollowPath([void Function(FollowPathBuilder b)? updates]) =
    _$FollowPath;