Items property

List<Item?>? get Items
Gets the items.

Implementation

List<Item?>? get Items => this._items;