EventTarget

所有支持事件的对象的基类。

使用on属性来添加和删除事件,以实现编译时类型检查和更简洁的API。

实现者
注解
  • @Native("EventTarget")

属性

hashCode int
该对象的哈希码。
无设置器继承的
on Events
这是一个用于访问事件流的便捷访问器,仅当没有明确访问器可用时才应使用。
无设置器
runtimeType Type
对象的运行时类型的表示。
无设置器继承的

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
dispatchEvent(Event event) bool
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承的
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
toString() String
本对象的字符串表示。
继承的

运算符

operator ==(Object other) bool
等于运算符。
继承的