PointerEvent constructor

PointerEvent(
  1. String type, [
  2. Map? dict
])

Implementation

factory PointerEvent(String type, [Map? dict]) =>
    PointerEvent.constructor(type: type);