toValue method
Implementation
String toValue() {
  switch (this) {
    case EnvironmentInfoType.tail:
      return 'tail';
    case EnvironmentInfoType.bundle:
      return 'bundle';
  }
}String toValue() {
  switch (this) {
    case EnvironmentInfoType.tail:
      return 'tail';
    case EnvironmentInfoType.bundle:
      return 'bundle';
  }
}