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