DataSlice constructor

const DataSlice({
  1. int? offset,
  2. int? length,
})

Implementation

const DataSlice({
  this.offset,
  this.length,
});