toValue method
Implementation
String toValue() {
switch (this) {
case AudioLanguageCodeControl.followInput:
return 'FOLLOW_INPUT';
case AudioLanguageCodeControl.useConfigured:
return 'USE_CONFIGURED';
}
}
String toValue() {
switch (this) {
case AudioLanguageCodeControl.followInput:
return 'FOLLOW_INPUT';
case AudioLanguageCodeControl.useConfigured:
return 'USE_CONFIGURED';
}
}