ODIDPayload class
Payload send from native to dart contains raw data and metadata
Constructors
- ODIDPayload({required Uint8List rawData, required int receivedTimestamp, required String macAddress, int? rssi, required MessageSource source, String? btName})
Properties
- btName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- macAddress ↔ String
-
getter/setter pair
- rawData ↔ Uint8List
-
getter/setter pair
- receivedTimestamp ↔ int
-
getter/setter pair
- rssi ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ MessageSource
-
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → ODIDPayload