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