additionalConsumerData property

String get additionalConsumerData

Retrieves additional consumer data from the additional data.

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

Implementation

String get additionalConsumerData =>
    _getDecodedAdditionalData.getValueByTag('09') ?? '';