resolvedExecutable property

  1. @override
String get resolvedExecutable
override

The resolved path to the Dart executable.

Implementation

@override
String get resolvedExecutable => io.Platform.resolvedExecutable;