deviceUuid property
String
get
deviceUuid
For matching against other ScannerInfo
entries that point
to the same physical device.
Implementation
String get deviceUuid => _wrapped.deviceUuid;
set
deviceUuid
(String v)
Implementation
set deviceUuid(String v) {
_wrapped.deviceUuid = v;
}