StatelessResponse constructor
StatelessResponse({
- FlowStatus status = FlowStatus.FAILED,
- List<
SdkTaskResponse> results = const [], - String? error,
Implementation
StatelessResponse({
this.status = FlowStatus.FAILED,
this.results = const [],
this.error,
});