RfidReader class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
RfidReader({required String name, required String manufacturer, required String modelNumber, required String serialNumber, required String firmwareRevision, required String hardwareRevision, required List<
String> protocolStrings, int? battery, int? maxPower, int? minPower}) -
const
-
RfidReader.fromJson(Map<
String, dynamic> json) -
factory
Properties
- battery → int?
-
final
- firmwareRevision → String
-
final
- hardwareRevision → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manufacturer → String
-
final
- maxPower → int?
-
final
- minPower → int?
-
final
- modelNumber → String
-
final
- name → String
-
final
-
protocolStrings
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited