EventListenerOptions constructor
EventListenerOptions({
- bool? capture,
Implementation
factory EventListenerOptions({bool? capture}) =>
EventListenerOptions._(capture: capture ?? false);
factory EventListenerOptions({bool? capture}) =>
EventListenerOptions._(capture: capture ?? false);