LabelFormat class

The available label formats.

Constructors

LabelFormat(dynamic id, dynamic jsonValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
finalinherited

Methods

matches(ValueEnum other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

epl2 LabelFormat
The EPL2 label format.
getter/setter pair
pdf LabelFormat
The PDF label format.
getter/setter pair
png LabelFormat
The PNG label format.
getter/setter pair
zpl LabelFormat
The ZPL label format.
getter/setter pair

Static Methods

asString(LabelFormat? labelFormat) String?
Get the String representation of a LabelFormat.
fromString(String? value) LabelFormat?
Get the LabelFormat from a String.