recentEvents property
List<OrchestrationEvent>
get
recentEvents
Recent orchestration events (most recent last).
Implementation
List<OrchestrationEvent> get recentEvents =>
List<OrchestrationEvent>.unmodifiable(_events);