toH265FlickerAq method

H265FlickerAq toH265FlickerAq()

Implementation

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