toServiceField method
Implementation
ServiceField toServiceField() {
switch (this) {
case 'TAGS':
return ServiceField.tags;
}
throw Exception('$this is not known in enum ServiceField');
}
ServiceField toServiceField() {
switch (this) {
case 'TAGS':
return ServiceField.tags;
}
throw Exception('$this is not known in enum ServiceField');
}