SeekRequest constructor

SeekRequest({
  1. Duration? position,
  2. int? index,
})

Implementation

SeekRequest({this.position, this.index});