Mp4RangeResponse constructor

const Mp4RangeResponse({
  1. required int start,
  2. required int end,
  3. required int totalLength,
  4. required bool partial,
})

Implementation

const Mp4RangeResponse({
  required this.start,
  required this.end,
  required this.totalLength,
  required this.partial,
});