payloadFormatIndicator property

int payloadFormatIndicator

The Payload Format Indicator, indicates the version of the QRIS Code.

A valid QRIS Code must have this field.

Implementation

int get payloadFormatIndicator => int.parse(this[0] ?? "",);