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