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