RxAutoExpResult constructor

RxAutoExpResult({
  1. int autoExpFlag = 0x11,
})

Implementation

RxAutoExpResult({
  this.autoExpFlag = 0x11,
});