items property

  1. @override
List<E?> items
override

获取不可变数据列表

Implementation

@override
List<E?> get items => List.unmodifiable(_dataList);