event property

Event<T> event
final

The Event to subscribe to, that will cause this EventSubscriber to update (rebuild).

// example
event: myCount.onValueChanged

Implementation

final Event<T> event;