toSmpte2038DataPreference method
Implementation
Smpte2038DataPreference toSmpte2038DataPreference() {
switch (this) {
case 'IGNORE':
return Smpte2038DataPreference.ignore;
case 'PREFER':
return Smpte2038DataPreference.prefer;
}
throw Exception('$this is not known in enum Smpte2038DataPreference');
}