shapes property

List<Shape> shapes
getter/setter pair

List of Shapes that have been added to the body.

Implementation

List<Shape> shapes = [];