toValue method
Implementation
String toValue() {
switch (this) {
case TtmlDestinationStyleControl.passthrough:
return 'PASSTHROUGH';
case TtmlDestinationStyleControl.useConfigured:
return 'USE_CONFIGURED';
}
}
String toValue() {
switch (this) {
case TtmlDestinationStyleControl.passthrough:
return 'PASSTHROUGH';
case TtmlDestinationStyleControl.useConfigured:
return 'USE_CONFIGURED';
}
}