configurationFilePath property Null safety
read / write
The absolute path of the configuration file for this application.
This path is provided when an application is started by the --config-path
option to conduit serve
.
You may load the file at this path in ApplicationChannel to use configuration values.
Implementation
String? configurationFilePath;