bufferedDuration property
Duration
get
bufferedDuration
Buffered duration
Implementation
Duration get bufferedDuration =>
_currentDurationState?.buffered ?? Duration.zero;
Buffered duration
Duration get bufferedDuration =>
_currentDurationState?.buffered ?? Duration.zero;