Slice constructor

Slice(
  1. dynamic selection,
  2. int start, [
  3. dynamic end,
  4. Map? options,
])

Implementation

Slice(selection, int start, [end, Map? options])
    : super([selection, start, end], options);