checkHologram property
Implementation
@Deprecated("Use `authenticityParams.checkLiveness` instead.")
bool? get checkHologram => _checkHologram;
Implementation
@Deprecated("Use `authenticityParams.checkLiveness` instead.")
set checkHologram(bool? val) {
_checkHologram = val;
_set({"checkHologram": val});
}