duration property

Stream<Duration> get duration

Implementation

Stream<Duration> get duration {
  _checkDisposed();
  return _durationController.stream;
}