toValue method
Implementation
String toValue() {
switch (this) {
case AudioLanguageSelectionPolicy.loose:
return 'LOOSE';
case AudioLanguageSelectionPolicy.strict:
return 'STRICT';
}
}
String toValue() {
switch (this) {
case AudioLanguageSelectionPolicy.loose:
return 'LOOSE';
case AudioLanguageSelectionPolicy.strict:
return 'STRICT';
}
}