EnvValue.env constructor

const EnvValue.env(
  1. String name
)

Implementation

const factory EnvValue.env(String name) = EnvValueViaName;