toFeaturizationMethodName method

FeaturizationMethodName toFeaturizationMethodName()

Implementation

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