pluginYaml property
File?
get
pluginYaml
Implementation
File? get pluginYaml => staticPluginRoot == null
? null
: File("${staticPluginRoot!.path}/plugin.yaml");
File? get pluginYaml => staticPluginRoot == null
? null
: File("${staticPluginRoot!.path}/plugin.yaml");