CustomRuntime constructor

CustomRuntime(
  1. String name,
  2. SourceSpan nameSpan,
  3. String identifier,
  4. SourceSpan identifierSpan,
  5. String parent,
  6. SourceSpan parentSpan,
  7. YamlMap settings,
)

Implementation

CustomRuntime(
  this.name,
  this.nameSpan,
  this.identifier,
  this.identifierSpan,
  this.parent,
  this.parentSpan,
  this.settings,
);