livingEnemies property

Iterable<Enemy>? livingEnemies

Implementation

Iterable<Enemy>? get livingEnemies {
  return gameRef.livingEnemies();
}