FollowPoint constructor

FollowPoint([
  1. void updates(
    1. FollowPointBuilder b
    )?
])

Implementation

factory FollowPoint([void Function(FollowPointBuilder b)? updates]) =
    _$FollowPoint;