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