BleManagerCallbacksDiscoveredServices class

A data class used to hold a DiscoveredDevice and the corresponding BLE Mesh service

Constructors

BleManagerCallbacksDiscoveredServices(DiscoveredDevice device, DiscoveredService service)
A data class used to hold a DiscoveredDevice and the corresponding BLE Mesh service
const

Properties

device → DiscoveredDevice
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service → DiscoveredService
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