items property

List<AppItem> get items

Implementation

List<AppItem> get items => List.unmodifiable(_items);