TimeoutConfiguration constructor

TimeoutConfiguration({
  1. int? totalMs,
  2. int? firstChunkMs,
  3. int? chunkMs,
})

Implementation

TimeoutConfiguration({this.totalMs, this.firstChunkMs, this.chunkMs});