objects property

Returns the objects contained in this inventory.

Implementation

List<EscapeGameObject> get objects => List.of(_objects);