SlotWithHandler<T> constructor

SlotWithHandler<T>(
  1. void handler(
    1. T
    )
)

Implementation

SlotWithHandler(this.handler);