profilerType property
Implementation
RFIDSDKProfilerType? get profilerType => _profilerType;
Implementation
set profilerType(RFIDSDKProfilerType? val) {
_profilerType = val;
_setRfidScenario({"profilerType": val?.value}, this);
}
RFIDSDKProfilerType? get profilerType => _profilerType;
set profilerType(RFIDSDKProfilerType? val) {
_profilerType = val;
_setRfidScenario({"profilerType": val?.value}, this);
}