ServerTouchEvent constructor

ServerTouchEvent([
  1. String type = 'touchstart'
])

Implementation

ServerTouchEvent([String type = 'touchstart']) : super(type);