FileFormat class

The available file formats.

Constructors

FileFormat(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 FileFormat
The EPL2 file format.
getter/setter pair
pdf FileFormat
The PDF file format.
getter/setter pair
zpl FileFormat
The ZPL file format.
getter/setter pair

Static Methods

asString(FileFormat? fileFormat) String?
Get the String representation of a FileFormat.
fromString(String? value) FileFormat?
Get the FileFormat from a String.