screenCapture property

bool? screenCapture

This option disabled moire patterns check during performing image quality validation.

Implementation

bool? get screenCapture => _screenCapture;
void screenCapture=(bool? val)

Implementation

set screenCapture(bool? val) {
  _screenCapture = val;
  _set({"screenCapture": val});
}