profilerType property

RFIDSDKProfilerType? profilerType

Implementation

RFIDSDKProfilerType? get profilerType => _profilerType;
void profilerType=(RFIDSDKProfilerType? val)

Implementation

set profilerType(RFIDSDKProfilerType? val) {
  _profilerType = val;
  _set({"profilerType": val?.value});
}