items property

List<List<int>> items

Implementation

List<List<int>> get items {
  return _items;
}