OrchestrationEvent class
Generic high-level scheduler event for observability.
Constructors
Properties
- at → DateTime
-
Wall-clock time of the event.
final
-
data
→ Map<
String, dynamic> -
Optional structured payload.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable summary.
final
- name → String
-
Stable event name (
tick,dispatch,retry_scheduled, ...).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> - JSON view used by snapshots and dashboards.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited