slice abstract method

Array<T> slice(
  1. int index, {
  2. int? offset,
})

Implementation

Array<T> slice(int index, {int? offset});