authProcType property

RFIDAuthenticationProcedureType? authProcType

Implementation

RFIDAuthenticationProcedureType? get authProcType => _authProcType;
void authProcType=(RFIDAuthenticationProcedureType? val)

Implementation

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