imageQA property
ImageQA
get
imageQA
Controls properties of ImageQA checks.
Implementation
ImageQA get imageQA => _imageQA;
set
imageQA
(ImageQA val)
Implementation
set imageQA(ImageQA val) {
(_imageQA = val)._apply(this);
}