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