queued top-level property
The queue of effects to be executed
Implementation
final List<EffectBase?> queued = List.filled(64, null, growable: true);
The queue of effects to be executed
final List<EffectBase?> queued = List.filled(64, null, growable: true);