FurtherModes class

Constructors

FurtherModes({List<int>? colourClusteringModes, List<int>? colourConversionModes, List<int>? grayscaleTransformationModes, List<int>? regionPredetectionModes, List<int>? imagePreprocessingModes, List<int>? textureDetectionModes, List<int>? textFilterModes, List<int>? dpmCodeReadingModes, List<int>? deformationResistingModes, List<int>? barcodeComplementModes, List<int>? barcodeColourModes})
FurtherModes.fromJson(Map<String, dynamic> json)

Properties

barcodeColourModes List<int>?
getter/setter pair
barcodeComplementModes List<int>?
getter/setter pair
colourClusteringModes List<int>?
getter/setter pair
colourConversionModes List<int>?
getter/setter pair
deformationResistingModes List<int>?
getter/setter pair
dpmCodeReadingModes List<int>?
getter/setter pair
grayscaleTransformationModes List<int>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imagePreprocessingModes List<int>?
getter/setter pair
regionPredetectionModes List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textFilterModes List<int>?
getter/setter pair
textureDetectionModes List<int>?
getter/setter pair

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