EstimatedStreamVelocity constructor

EstimatedStreamVelocity([
  1. void updates(
    1. EstimatedStreamVelocityBuilder b
    )?
])

Implementation

factory EstimatedStreamVelocity(
        [void Function(EstimatedStreamVelocityBuilder b)? updates]) =
    _$EstimatedStreamVelocity;