executable property

  1. @override
String get executable
override

Path to the Dart executable running this process.

Implementation

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