$DiscoveredDevice class abstract

Implementers

Constructors

$DiscoveredDevice()
const

Properties

connectable Connectable
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
manufacturerData Uint8List
no setter
name String
no setter
rssi int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceData Map<Uuid, Uint8List>
no setter
serviceUuids List<Uuid>
no setter

Methods

copyUsing(void mutator(DiscoveredDevice$Change change)) DiscoveredDevice
copyWith({String? id, String? name, Map<Uuid, Uint8List>? serviceData, List<Uuid>? serviceUuids, Uint8List? manufacturerData, int? rssi, Connectable? connectable}) DiscoveredDevice
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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