toDASHDisplayFragmentTimestamp method
Implementation
DASHDisplayFragmentTimestamp toDASHDisplayFragmentTimestamp() {
switch (this) {
case 'ALWAYS':
return DASHDisplayFragmentTimestamp.always;
case 'NEVER':
return DASHDisplayFragmentTimestamp.never;
}
throw Exception('$this is not known in enum DASHDisplayFragmentTimestamp');
}