ServerEvent constructor

ServerEvent(
  1. String name,
  2. ContextCallBack callback
)

Implementation

ServerEvent(this.name, this.callback);