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