Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the event
no setter
-
properties
→ Map<
String, CustomProperty> -
The set of custom properties for the event
no setter
- 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 setter
- type → EventType
-
The type of the event
no setter
Methods
-
booleanProperty(
String name) → CustomBooleanProperty? -
Retrieve a boolean property from the event with the given
name. -
dispose(
) → void - Dispose the event.
-
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. -
property(
String name) → CustomProperty? -
Retrieve a custom property from the event with the given
name. -
stringProperty(
String name) → CustomStringProperty? -
Retrieve a string property from the event with the given
name. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited