ServerWheelEvent constructor

ServerWheelEvent([
  1. String type = 'wheel'
])

Implementation

ServerWheelEvent([String type = 'wheel']) : super(type);