DataSlice.zero constructor

DataSlice.zero()

Creates an instance of this class with an offset and length value of 0.

Implementation

factory DataSlice.zero() => const DataSlice(
  offset: 0,
  length: 0,
);