bool? get trustedPKD => _trustedPKD;
set trustedPKD(bool? val) { _trustedPKD = val; _setRfidScenario({"trustedPKD": val}, this); }