tlv property

List<TLV> tlv
latefinal

List of TLV objects that represent the decoded QRIS data.

This list contains the key-value pairs (tags and values) from the QRIS data.

Implementation

late final List<TLV> tlv;