toServiceFilterName method

ServiceFilterName toServiceFilterName()

Implementation

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