Runtime constructor
const
Runtime(})
Implementation
const Runtime(
this.name, this.identifier, this.defaultCompiler, this.supportedCompilers,
{this.isDartVM = false,
this.isBrowser = false,
this.isBlink = false,
this.isHeadless = false})
: parent = null;