referenceLabel property

String get referenceLabel

Retrieves the reference label from the additional data.

This getter returns the value associated with the tag '05', which is the reference_label field in the QRIS data. If no value is found, it returns an empty string ('').

Implementation

String get referenceLabel =>
    _getDecodedAdditionalData.getValueByTag('05') ?? '';