FollowRefState constructor

FollowRefState([
  1. void updates(
    1. FollowRefStateBuilder b
    )?
])

Implementation

factory FollowRefState([void Function(FollowRefStateBuilder b)? updates]) =
    _$FollowRefState;