toH265FlickerAq method
Implementation
H265FlickerAq toH265FlickerAq() {
switch (this) {
case 'DISABLED':
return H265FlickerAq.disabled;
case 'ENABLED':
return H265FlickerAq.enabled;
}
throw Exception('$this is not known in enum H265FlickerAq');
}