Code16KParams class
Code16K parameters.
Constructors
- Code16KParams()
- Constructor
-
Code16KParams.fromJson(Map<
String, dynamic> json) - Creates a Code16KParams instance from a JSON representation.
Properties
- aspectRatio ↔ double?
-
Height/Width ratio of 2D BarCode module.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- quietZoneLeftCoef ↔ int?
-
Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
getter/setter pair
- quietZoneRightCoef ↔ int?
-
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a JSON representation of Code16KParams.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
listFromJson(
List json) → List< Code16KParams> - Converts a list of JSON objects to a list of Code16KParams instances.