ServerInputEvent constructor

ServerInputEvent([
  1. String type = 'input'
])

Implementation

ServerInputEvent([String type = 'input']) : super(type);