toScte35SpliceInsertWebDeliveryAllowedBehavior method
Implementation
Scte35SpliceInsertWebDeliveryAllowedBehavior
toScte35SpliceInsertWebDeliveryAllowedBehavior() {
switch (this) {
case 'FOLLOW':
return Scte35SpliceInsertWebDeliveryAllowedBehavior.follow;
case 'IGNORE':
return Scte35SpliceInsertWebDeliveryAllowedBehavior.ignore;
}
throw Exception(
'$this is not known in enum Scte35SpliceInsertWebDeliveryAllowedBehavior');
}