shouldRemove property

bool shouldRemove
inherited

This method will return true as soon as the particle reaches the end of its lifespan.

It will then be ready to be removed by a wrapping container.

Implementation

bool get shouldRemove => _shouldBeRemoved;