NetworkError class

An Error that is thrown if there ever is an error with communication between the browser and the Bluetooth device.

Inheritance

Constructors

NetworkError.withDeviceId(String? deviceId)
Create a new instance of the error. For device id.
NetworkError.withUUid(String? uuid)
Create a new instance of the error. For a uuid.

Properties

deviceId String?
The id (that the browser generates) of the device.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
uuid String?
The uuid of the BluetoothCharacteristic or BluetoothService that has thrown the error.
final

Methods

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.
inherited