stars property

List<Star> stars
getter/setter pair

The List of Star objects which will be part of the starfield.

Implementation

late List<Star> stars = [];