CustomListener constructor

CustomListener(
  1. Function listener,
  2. String name
)

Implementation

CustomListener(this.listener, this.name);