items property

List<CheckItem> get items

Implementation

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