isDotEnv property

bool get isDotEnv

Defines if this field should be exported to .env file

Implementation

bool get isDotEnv => field[ConfigFieldType.IS_DOTENV] ?? false;