ScanRecord class

Annotations
  • @JsonSerializable()

Constructors

ScanRecord({int? advertiseFlags, Map<int, Uint8List>? advertisingDataMap, Uint8List? bytes, String? deviceName, Map<int, Uint8List>? manufacturerSpecificData, Map<String, Uint8List>? serviceData, List<String?>? serviceSolicitationUuids, List<String?>? serviceUuids, int? txPowerLevel})
ScanRecord.fromJson(Map<String, dynamic> json)
factory

Properties

advertiseFlags int?
final
advertisingDataMap Map<int, Uint8List>?
final
bytes Uint8List?
final
deviceName String?
final
hashCode int
The hash code for this object.
no setterinherited
manufacturerSpecificData Map<int, Uint8List>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceData Map<String, Uint8List>?
final
serviceSolicitationUuids List<String?>?
final
serviceUuids List<String?>?
final
txPowerLevel int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited