Event class
Properties
- bubbles ↔ bool
-
getter/setter pair
- cancelable ↔ bool
-
getter/setter pair
- currentTarget ↔ EventTarget?
-
getter/setter pair
- defaultPrevented ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- propagationStopped ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target ↔ EventTarget?
-
getter/setter pair
- timeStamp ↔ int
-
getter/setter pair
- type ↔ String
-
getter/setter pair
Methods
-
canBubble(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preventDefault(
) → void -
stopImmediatePropagation(
) → void -
stopPropagation(
) → void -
toRaw(
[int extraLength = 0]) → Pointer< NativeType> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited