DecisionTaskCompletedEventAttributes constructor
DecisionTaskCompletedEventAttributes({})
Implementation
DecisionTaskCompletedEventAttributes({
required this.scheduledEventId,
required this.startedEventId,
this.executionContext,
});