TouchEvent constructor
      
      TouchEvent(
    
    
- String type, [
 - TouchEventInit? eventInitDict
 
Implementation
factory TouchEvent(String type, [TouchEventInit? eventInitDict]) =>
    TouchEvent._(type, eventInitDict ?? undefined);