items property

BuiltList<T> items

Returns a BuiltList objects type of T.

Implementation

BuiltList<T> get items => _itemListCache;