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