path property Null safety
final
The file path relative to the project base path, which will be used to get environment variables from.
If null
or an empty String, .env
is used.
Implementation
final String path;
The file path relative to the project base path, which will be used to get environment variables from.
If null
or an empty String, .env
is used.
final String path;