BarkoderConfig class

Constructors

BarkoderConfig({String? locationLineColor, double? locationLineWidth, String? roiLineColor, double? roiLineWidth, String? roiOverlayBackgroundColor, bool? closeSessionOnResultEnabled, bool? imageResultEnabled, bool? locationInImageResultEnabled, bool? locationInPreviewEnabled, bool? pinchToZoomEnabled, bool? regionOfInterestVisible, BarkoderResolution? barkoderResolution, bool? beepOnSuccessEnabled, bool? vibrateOnSuccessEnabled, bool? enableVINRestrictions, DekoderConfig? decoder})

Properties

barkoderResolution BarkoderResolution?
getter/setter pair
beepOnSuccessEnabled bool?
getter/setter pair
closeSessionOnResultEnabled bool?
getter/setter pair
decoder DekoderConfig?
getter/setter pair
enableVINRestrictions bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageResultEnabled bool?
getter/setter pair
locationInImageResultEnabled bool?
getter/setter pair
locationInPreviewEnabled bool?
getter/setter pair
locationLineColor String?
getter/setter pair
locationLineWidth double?
getter/setter pair
pinchToZoomEnabled bool?
getter/setter pair
regionOfInterestVisible bool?
getter/setter pair
roiLineColor String?
getter/setter pair
roiLineWidth double?
getter/setter pair
roiOverlayBackgroundColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vibrateOnSuccessEnabled bool?
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