EscalationRequest constructor
const
EscalationRequest({})
Bundles the work beadId, the OWN sessionId, the escalating nodePath,
the route's reason, and the node's spent rewindCount.
Implementation
const EscalationRequest({
required this.beadId,
required this.sessionId,
required this.nodePath,
required this.reason,
required this.rewindCount,
});