toValue method
Implementation
String toValue() {
switch (this) {
case Scte35AposNoRegionalBlackoutBehavior.follow:
return 'FOLLOW';
case Scte35AposNoRegionalBlackoutBehavior.ignore:
return 'IGNORE';
}
}
String toValue() {
switch (this) {
case Scte35AposNoRegionalBlackoutBehavior.follow:
return 'FOLLOW';
case Scte35AposNoRegionalBlackoutBehavior.ignore:
return 'IGNORE';
}
}