Environ constructor

const Environ(
  1. List<String> values
)

Implementation

const Environ(this.values);