customerLabel property
String
get
customerLabel
Retrieves the customer label from the additional data.
This getter returns the value associated with the tag '06', which is
the customer_label
field in the QRIS data. If no value is found, it returns
an empty string (''
).
Implementation
String get customerLabel =>
_getDecodedAdditionalData.getValueByTag('06') ?? '';