groupEntities property

List<Entity> get groupEntities

A snapshot of the current group entities within state.

Implementation

@pragma('vm:prefer-inline')
List<Entity> get groupEntities => List.unmodifiable(_state.keys);