toNamespaceFilterName method

NamespaceFilterName toNamespaceFilterName()

Implementation

NamespaceFilterName toNamespaceFilterName() {
  switch (this) {
    case 'TYPE':
      return NamespaceFilterName.type;
  }
  throw Exception('$this is not known in enum NamespaceFilterName');
}