HideConnectedDevice class

返回的隐藏的已连接对象

Constructors

HideConnectedDevice(String _id, String? _name, String? _macAddress, List _uuids)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
macAddress String?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuids List
no setter

Methods

connect({dynamic connectTimeout = 0}) Device
连接设备 返回设备对象
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