items property

  1. @override
List<T> items
final

Returns a flat List of items regardless of what data structure is used to store collision information.

Implementation

@override
final List<T> items;