Listener constructor

Listener(
  1. ListenerTypes type,
  2. void caller(
    1. dynamic argument
    )
)

Implementation

Listener(this.type, this.caller);