toFeaturizationMethodName method
Implementation
FeaturizationMethodName toFeaturizationMethodName() {
switch (this) {
case 'filling':
return FeaturizationMethodName.filling;
}
throw Exception('$this is not known in enum FeaturizationMethodName');
}