dotEnvValue property

String get dotEnvValue

Value for key in .env file

Implementation

String get dotEnvValue =>
    _pattern?.replaceAll(_PATTERN_REGEXP, _fieldValue!) ?? _fieldValue!;