imageQA property

ImageQA imageQA

Controls properties of ImageQA checks.

Implementation

ImageQA get imageQA => _imageQA;
void imageQA=(ImageQA val)

Implementation

set imageQA(ImageQA val) {
  (_imageQA = val)._apply(this);
}