toH264FlickerAq method

H264FlickerAq toH264FlickerAq()

Implementation

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