ProgressTracker.ratio constructor

ProgressTracker.ratio([
  1. String? name
])

Instead of counting towards an arbitrary count, we'll base the counter on a percent and the caller will make sure to send the appropriate ratios

Implementation

ProgressTracker.ratio([String? name]) : super._(100.0, name);