toValue method
Implementation
String toValue() {
switch (this) {
case ServiceFilterName.namespaceId:
return 'NAMESPACE_ID';
}
}
String toValue() {
switch (this) {
case ServiceFilterName.namespaceId:
return 'NAMESPACE_ID';
}
}