toDolbyVisionProfile method
Implementation
DolbyVisionProfile toDolbyVisionProfile() {
switch (this) {
case 'PROFILE_5':
return DolbyVisionProfile.profile_5;
}
throw Exception('$this is not known in enum DolbyVisionProfile');
}
DolbyVisionProfile toDolbyVisionProfile() {
switch (this) {
case 'PROFILE_5':
return DolbyVisionProfile.profile_5;
}
throw Exception('$this is not known in enum DolbyVisionProfile');
}