getSample method

List<T> getSample()

The current sample.

Implementation

List<T> getSample() => _items.toList();