QueryEvent.from constructor

QueryEvent.from(
  1. Event? originalEvent, {
  2. String? type,
})

Construct a QueryEvent from a native DOM event.

Implementation

QueryEvent.from(this.originalEvent, {String? type}) :
_type = type;