sublist property

List<E> Function(int start, [int? end]) sublist
final

Implementation

final List<E> Function(int start, [int? end]) sublist;