currentDuration property

Duration get currentDuration

Implementation

Duration get currentDuration {
  return Duration(milliseconds: value);
}