ODIDMessageParsingException class

Implemented types

Constructors

ODIDMessageParsingException({required Object relatedException, required String macAddress, required String? btName, required MessageSource source, required int receivedTimestamp, int? rssi})

Properties

btName String?
final
hashCode int
The hash code for this object.
no setterinherited
macAddress String
final
receivedTimestamp int
final
relatedException Object
final
rssi int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source MessageSource
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