vm constant

Runtime const vm

The command-line Dart VM.

Implementation

static const Runtime vm = Runtime('VM', 'vm', Compiler.kernel, [
  Compiler.kernel,
  Compiler.source,
  Compiler.exe,
], isDartVM: true);