effector property

B? effector
final

The effector whose effects will be listened to. Whenever the effector emit new effect, listener will be invoked.

Implementation

final B? effector;