LMExecutionConfig constructor
LMExecutionConfig(
- LMExecutionResultConfig? success,
- LMExecutionResultConfig? error
Implementation
LMExecutionConfig(this.success, this.error);