messageEncoding property

  1. @JsonKey(name: 'messageEncoding')
String messageEncoding
final

Required. 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.

Implementation

// IANA character set name, as a string
@JsonKey(name: 'messageEncoding')
final String messageEncoding;