OrchestrationEvent constructor
OrchestrationEvent({})
Creates an orchestration event.
Implementation
OrchestrationEvent({
required this.name,
required this.message,
this.data = const <String, dynamic>{},
DateTime? at,
}) : at = at ?? DateTime.now();