This parameter is used to enable Dynaprint detection.
bool? get checkDynaprint => _checkDynaprint;
set checkDynaprint(bool? val) { _checkDynaprint = val; _set({"checkDynaprint": val}); }