Reactive constructor

Reactive(
  1. ReactiveHost host
)

Implementation

Reactive(this.host) {
  host.addController(this);
}