mcc property
MCC
get
mcc
Retrieves the MCC data by the provided MCC code.
This method returns a MCC
object representing the MCC data for the given mccCode
.
Implementation
MCC get mcc => MCC.fromJson(_getMCCByCode(tlv.getValueByTag('52')));