authorizedSTSignature property
Implementation
bool? get authorizedSTSignature => _authorizedSTSignature;
Implementation
set authorizedSTSignature(bool? val) {
_authorizedSTSignature = val;
_setRfidScenario({"authorizedSTSignature": val}, this);
}