toValue method
Implementation
String toValue() {
switch (this) {
case FeaturizationMethodName.filling:
return 'filling';
}
}
String toValue() {
switch (this) {
case FeaturizationMethodName.filling:
return 'filling';
}
}