authProcType property
Implementation
RFIDAuthenticationProcedureType? get authProcType => _authProcType;
Implementation
set authProcType(RFIDAuthenticationProcedureType? val) {
_authProcType = val;
_setRfidScenario({"authProcType": val?.value}, this);
}