EnvValue.value constructor

const EnvValue.value(
  1. String value
)

Implementation

const factory EnvValue.value(String value) = EnvValueViaValue;