terminalLabel property

String get terminalLabel

Retrieves the terminal label from the additional data.

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

Implementation

String get terminalLabel =>
    _getDecodedAdditionalData.getValueByTag('07') ?? '';