EncodeResult class final

@brief EncodeResult encapsulates the result of encoding a barcode.

Inheritance
Available Extensions

Constructors

EncodeResult()

Properties

data Pointer<SignedChar>
< The encoded data
getter/setter pair
error Pointer<Char>
< The error message
getter/setter pair
format int
< The format of the barcode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isValid int
< Whether the barcode was successfully encoded
getter/setter pair
length int
< The length of the encoded data
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Pointer<Char>
< The encoded text
getter/setter pair

Methods

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