updateSystems property

Iterable<UpdateSystem> updateSystems

List of all systems that can update.

Implementation

Iterable<UpdateSystem> get updateSystems => systems.whereType<UpdateSystem>();