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