output property

List<RequestOrchestrationOutput>? output
inherited

output Defines the outputs of the action, if any.

Implementation

List<RequestOrchestrationOutput>? get output =>
    throw _privateConstructorUsedError;