ClassicDataEvent class

Data event for Classic Bluetooth

Constructors

ClassicDataEvent.new({required String data, required String rawData, required int bytesRead, required int chunkCount, required int timestamp, required String deviceAddress})
const
ClassicDataEvent.fromMap(Map<String, dynamic> map)
factory

Properties

bytesRead int
final
chunkCount int
final
data String
final
dateTime DateTime
no setter
deviceAddress String
final
hashCode int
The hash code for this object.
no setterinherited
rawData String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
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