EffectCommands constructor

const EffectCommands(
  1. Runtime _runtime, {
  2. EffectCommandObserver? observer,
  3. EffectCommandPolicyObserver? policyObserver,
})

Implementation

const EffectCommands(this._runtime, {this.observer, this.policyObserver});