BmScanAdvertisement class

Constructors

BmScanAdvertisement({required DeviceIdentifier remoteId, required String? platformName, required String? advName, required bool connectable, required int? txPowerLevel, required int? appearance, required Map<int, List<int>> manufacturerData, required Map<Guid, List<int>> serviceData, required List<Guid> serviceUuids, required int rssi})
BmScanAdvertisement.fromMap(Map json)
factory

Properties

advName String?
final
appearance int?
final
connectable bool
final
hashCode int
The hash code for this object.
no setterinherited
manufacturerData Map<int, List<int>>
final
platformName String?
final
remoteId DeviceIdentifier
final
rssi int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceData Map<Guid, List<int>>
final
serviceUuids List<Guid>
final
txPowerLevel int?
final

Methods

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

Operators

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