blobs property

List<Lava> get blobs

The list of circles that will be moving on the screen.

Implementation

List<Lava> get blobs => List<Lava>.unmodifiable(_blobs);