dotEnvFilePath property
String
get
dotEnvFilePath
Target file for .env
params
Implementation
String get dotEnvFilePath =>
_getConfigValue(ConfigFieldType.DOTENV_PATH, '.env')!;
Target file for .env
params
String get dotEnvFilePath =>
_getConfigValue(ConfigFieldType.DOTENV_PATH, '.env')!;