QueryEvent constructor

QueryEvent(
  1. QueryEventType name, {
  2. dynamic data,
})

Implementation

QueryEvent(this.name, {this.data});