TouchCalibrationPairQuad class

Constructors

TouchCalibrationPairQuad({required TouchCalibrationPair pair1, required TouchCalibrationPair pair2, required TouchCalibrationPair pair3, required TouchCalibrationPair pair4})
TouchCalibrationPairQuad.fromJS(TouchCalibrationPairQuad _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
pair1 TouchCalibrationPair
First pair of touch and display point required for touch calibration.
getter/setter pair
pair2 TouchCalibrationPair
Second pair of touch and display point required for touch calibration.
getter/setter pair
pair3 TouchCalibrationPair
Third pair of touch and display point required for touch calibration.
getter/setter pair
pair4 TouchCalibrationPair
Fourth pair of touch and display point required for touch calibration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → TouchCalibrationPairQuad
no setter

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