checkHologram property

  1. @deprecated
bool? checkHologram

Implementation

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

Implementation

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