ClassicConnectionEvent class

Connection event for Classic Bluetooth

Constructors

ClassicConnectionEvent.new({required String type, String? deviceAddress, String? message, String? reason, String? errorType, required int timestamp})
const
ClassicConnectionEvent.fromMap(Map<String, dynamic> map)
factory

Properties

dateTime DateTime
no setter
deviceAddress String?
final
errorType String?
final
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
no setter
isDisconnected bool
no setter
isError bool
no setter
message String?
final
reason String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
type String
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