toEnvValue method

String toEnvValue()

Implementation

String toEnvValue() {
  return this.name.toUpperCase();
}