SubscriptionListener constructor

SubscriptionListener(
  1. Function callback,
  2. bool hasBeenTriggered
)

Implementation

SubscriptionListener(this.callback, this.hasBeenTriggered);