RuntimeEvent class

Represents a runtime event

Constructors

RuntimeEvent({required String palletName, required int palletIndex, required String eventName, required int eventIndex, required Map<String, dynamic> data})
const

Properties

data → Map<String, dynamic>
Event data (field values)
final
eventIndex → int
Index of the event within the pallet
final
eventName → String
Name of the event
final
hashCode → int
The hash code for this object.
no setterinherited
identifier → String
Get a formatted event identifier
no setter
palletIndex → int
Index of the pallet
final
palletName → String
Name of the pallet that emitted the event
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
override

Operators

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