EventRecord class

Represents a complete event record from storage

Constructors

EventRecord({required Phase phase, required RuntimeEvent event, required List<String> topics})
const

Properties

event RuntimeEvent
The actual event
final
hashCode int
The hash code for this object.
no setterinherited
phase Phase
Phase when the event was emitted
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>
Topics for indexed event filtering
final

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