SensorResponse class

Constructors

SensorResponse({required int responseCode, required List<int>? responseData, required List<int>? templateData, required List<int>? ISOImageData, required List<int>? BMPImageData, required List<int>? WSQImageData})
SensorResponse.fromJson(Map<String, dynamic> json)
factory

Properties

BMPImageData List<int>?
final
hashCode int
The hash code for this object.
no setterinherited
ISOImageData List<int>?
final
responseCode int
final
responseData List<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateData List<int>?
final
WSQImageData List<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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited