PatchCodeParams class

PatchCode parameters.

Constructors

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

Properties

extraBarcodeText String?
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
patchFormat PatchFormat?
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
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 PatchCodeParams.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

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