ServerDragEvent constructor

ServerDragEvent([
  1. String type = 'drag'
])

Implementation

ServerDragEvent([String type = 'drag']) : super(type);