hasSystem<S extends AppSystem<T>> method

bool hasSystem<S extends AppSystem<T>>()

Implementation

bool hasSystem<S extends AppSystem<T>>() => _systems.any((s) => s is S);