ListFlowExecutionMessagesResponse constructor
ListFlowExecutionMessagesResponse({
- List<
FlowExecutionMessage> ? messages, - String? nextToken,
Implementation
ListFlowExecutionMessagesResponse({
this.messages,
this.nextToken,
});