EventPropertyMixin mixin

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the event
no setterinherited
properties Map<String, CustomProperty>
The set of custom properties for the event
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondsDelay double
The time in seconds since the event was triggered
no setterinherited
type EventType
The type of the event
no setterinherited

Methods

booleanProperty(String name) CustomBooleanProperty?
Retrieve a boolean property from the event with the given name.
override
dispose() → void
Dispose the event.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numberProperty(String name) CustomNumberProperty?
Retrieve a number property from the event with the given name.
override
property(String name) CustomProperty?
Retrieve a custom property from the event with the given name.
override
stringProperty(String name) CustomStringProperty?
Retrieve a string property from the event with the given name.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited