ByteSlice constructor

const ByteSlice({
  1. required int byteStart,
  2. required int byteEnd,
})

Implementation

const factory ByteSlice({
  required int byteStart,
  required int byteEnd,
}) = _ByteSlice;