PalEvent class

Implementers

Constructors

PalEvent({required String name, required PalEvents type, Map<String, dynamic>? attrs})
const

Properties

attrs Map<String, dynamic>?
attributes for sending custom event data
final
hashCode int
The hash code for this object.
no setterinherited
name String
name of the event as it is registered on the server
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PalEvents
the event type triggered by the app
final

Methods

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