ITFParams class

ITF parameters.

Constructors

ITFParams()
Constructor
ITFParams.fromJson(Map<String, dynamic> json)
Creates a ITFParams instance from a JSON representation.

Properties

borderThickness double?
ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
getter/setter pair
borderType ITF14BorderType?
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
quietZoneCoef int?
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
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 ITFParams.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJson(List json) List<ITFParams>
Converts a list of JSON objects to a list of ITFParams instances.