ndk property
String?
get
ndk
Implementation
String? get ndk {
final compiler = codeConfig.cCompiler?.compiler;
return compiler != null
? p.normalize(p.join(compiler.toFilePath(), '../../../../../..'))
: null;
}