toServiceFilterName method
Implementation
ServiceFilterName toServiceFilterName() {
switch (this) {
case 'NAMESPACE_ID':
return ServiceFilterName.namespaceId;
}
throw Exception('$this is not known in enum ServiceFilterName');
}
ServiceFilterName toServiceFilterName() {
switch (this) {
case 'NAMESPACE_ID':
return ServiceFilterName.namespaceId;
}
throw Exception('$this is not known in enum ServiceFilterName');
}