toValue method
Implementation
String toValue() {
switch (this) {
case Engine.standard:
return 'standard';
case Engine.neural:
return 'neural';
}
}
String toValue() {
switch (this) {
case Engine.standard:
return 'standard';
case Engine.neural:
return 'neural';
}
}