ProgressInfo constructor

ProgressInfo(
  1. int progressMs,
  2. int durationMs
)

Implementation

ProgressInfo(this.progressMs, this.durationMs);