Progress constructor

Progress(
  1. String message
)

Implementation

Progress(this.message) : _stopwatch = Stopwatch()..start();