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