Loiter constructor

Loiter([
  1. void updates(
    1. LoiterBuilder b
    )?
])

Implementation

factory Loiter([void Function(LoiterBuilder b)? updates]) = _$Loiter;