Event class abstract

The class "Event" defines a custom event with a type, label, action, and parameters, and provides a method to convert it to a map.

Implementers

Constructors

Event(String _label, String _action, Map<String, Object> parameters)

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, Object>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map
The function returns a map with the values of type, label, action, and parameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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