The waves that will be moving across the screen.
This list is not directly modifiable. Call the add, insert, and remove methods to modify the list.
List<Wave> get waves => List<Wave>.unmodifiable(_waves);