EnvironmentVariableFeatureFlagDataStore

constructor(strictlyTyped: Boolean = true)

Create an EnvironmentVariableFeatureFlagDataStore which reads from the environment. If strictlyTyped is true, this store will throw exceptions when the raw string value of the environment variable cannot be coerced to a specific type. Otherwise, this store will return the default value.