call abstract method

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

Implementation

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