LMExecutionConfig constructor

LMExecutionConfig(
  1. LMExecutionResultConfig? success,
  2. LMExecutionResultConfig? error
)

Implementation

LMExecutionConfig(this.success, this.error);