RfidData class
Constructors
- RfidData({required String tagID, required int antennaID, required int peakRSSI, required int relativeDistance, required int count, required String memoryBankData, required String lockData, required int allocatedSize})
- RfidData.fromJson(String source)
-
factory
-
RfidData.fromMap(Map<
String, dynamic> map) -
factory
Properties
- allocatedSize ↔ int
-
getter/setter pair
- antennaID ↔ int
-
getter/setter pair
- count ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lockData ↔ String
-
getter/setter pair
- memoryBankData ↔ String
-
getter/setter pair
- peakRSSI ↔ int
-
getter/setter pair
- relativeDistance ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagID ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited