DeviceSignalResult class

设备返回数据的结果

Constructors

DeviceSignalResult(DeviceSignalType _type, String _uuid, bool _isSuccess, Uint8List? _data)

Properties

data Uint8List?
no setter
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DeviceSignalType
no setter
uuid String
no setter

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