checkHologram property

  1. @deprecated
bool? get checkHologram

Implementation

@deprecated
bool? get checkHologram => _checkHologram;
  1. @deprecated
set checkHologram (bool? val)

Implementation

@deprecated
set checkHologram(bool? val) {
  _checkHologram = val;
  _set({"checkHologram": val});
}