Event class Null safety
Generic Event type used to notify an observer.
Constructors
Properties
- data ↔ String
-
Generic container for an event's data (Object). By default, event data will contain
beginkey, whose value is a number representing timestamp taken at the time of an event creation, in microseconds, since the epoch. For an interval events, an optionalendproperty will be present that represents timestamp taken at the time of an event completion. Additional data properties are docummented by respective events.read / write - hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type ↔ String
-
Type of the event.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited