Throttle constructor

Throttle([
  1. void updates(
    1. ThrottleBuilder b
    )?
])

Implementation

factory Throttle([void Function(ThrottleBuilder b)? updates]) = _$Throttle;