terminalType property
Implementation
RFIDTerminalType? get terminalType => _terminalType;
Implementation
set terminalType(RFIDTerminalType? val) {
_terminalType = val;
_setRfidScenario({"terminalType": val?.value}, this);
}
RFIDTerminalType? get terminalType => _terminalType;
set terminalType(RFIDTerminalType? val) {
_terminalType = val;
_setRfidScenario({"terminalType": val?.value}, this);
}