FollowSystem constructor

FollowSystem([
  1. void updates(
    1. FollowSystemBuilder b
    )?
])

Implementation

factory FollowSystem([void Function(FollowSystemBuilder b)? updates]) =
    _$FollowSystem;