ReasoningEngineSpec_SourceCodeSpec constructor

ReasoningEngineSpec_SourceCodeSpec({
  1. ReasoningEngineSpec_SourceCodeSpec_InlineSource? inlineSource,
  2. ReasoningEngineSpec_SourceCodeSpec_PythonSpec? pythonSpec,
})

Implementation

ReasoningEngineSpec_SourceCodeSpec({this.inlineSource, this.pythonSpec})
  : super(fullyQualifiedName);