Progress<T> constructor

Progress<T>({
  1. void report(
    1. dynamic
    )?,
})

Implementation

factory Progress({void Function(_i2.dynamic)? report}) =>
    Progress._(report: report == null ? null : _i5.allowInterop(report));