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