messageEncoding property

Encoding messageEncoding
final

Text encoding that is used to convert the message from the string representation to a data representation to render the barcode.

The value is typically iso-8859-1, but you may use another encoding that is supported by your barcode scanning infrastructure.

Only supported values by this packages are:

  • iso-8859-1
  • utf-8

Custom codecs can be provided as Codec in PassBarcode.supportedCodecs.

Implementation

final Encoding messageEncoding;