bin property
String?
get
bin
Implementation
String? get bin {
final compiler = codeConfig.cCompiler?.compiler;
return compiler != null
? p.normalize(p.dirname(compiler.toFilePath()))
: null;
}