OpenUrlEvent class abstract
An event for opening a URL
Constructors
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
- target → OpenUrlTarget
-
no setter
- type → EventType
-
The type of the event
no setterinherited
- url → String
-
no setter
Methods
-
booleanProperty(
String name) → CustomBooleanProperty? -
Retrieve a boolean property from the event with the given
name.inherited -
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.inherited -
property(
String name) → CustomProperty? -
Retrieve a custom property from the event with the given
name.inherited -
stringProperty(
String name) → CustomStringProperty? -
Retrieve a string property from the event with the given
name.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited