SeekRequest constructor

SeekRequest({
  1. String? snapshot,
  2. String? time,
})

Implementation

SeekRequest({
  this.snapshot,
  this.time,
});