DataBarParams class
Databar parameters.
Constructors
- DataBarParams()
- Constructor
-
DataBarParams.fromJson(Map<
String, dynamic> json) - Creates a DataBarParams instance from a JSON representation.
Properties
- aspectRatio ↔ double?
-
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
getter/setter pair
- columns ↔ int?
-
Columns count.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- is2DCompositeComponent ↔ bool?
-
Enables flag of 2D composite component with DataBar barcode
getter/setter pair
- isAllowOnlyGS1Encoding ↔ bool?
-
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
getter/setter pair
- rows ↔ int?
-
Rows count.
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 DataBarParams.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
listFromJson(
List json) → List< DataBarParams> - Converts a list of JSON objects to a list of DataBarParams instances.