checkHologram property

bool? checkHologram

If set to true, a document's holograms presence will be checked.

Implementation

bool? get checkHologram => _checkHologram;
void checkHologram=(bool? val)

Implementation

set checkHologram(bool? val) {
  _checkHologram = val;
  _setProcessParams({"checkHologram": val}, this);
}