toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case KeyLocation.url:
      return 'URL';
    case KeyLocation.secretManager:
      return 'SECRET_MANAGER';
  }
}