path property

String path
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;