toValue method

String toValue()

Implementation

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