Fragment constructor

Fragment({
  1. int? fragmentLengthInMilliseconds,
  2. String? fragmentNumber,
  3. int? fragmentSizeInBytes,
  4. DateTime? producerTimestamp,
  5. DateTime? serverTimestamp,
})

Implementation

Fragment({
  this.fragmentLengthInMilliseconds,
  this.fragmentNumber,
  this.fragmentSizeInBytes,
  this.producerTimestamp,
  this.serverTimestamp,
});