fields property

Map<String, FieldEnvSettings> fields
final

Map with the key the name of the field in the env and with the value the settings of that field

It must contain at least one field in order to validate the .env file and to generate the corresponding dart class

Implementation

final Map<String, FieldEnvSettings> fields;