mapToListTLV method
Converts a map representation of QRIS data into a list of TLV objects.
This function reverses the mapping process, converting the map back into a list of TLV objects.
Returns: A list of TLV objects, each containing a tag and its corresponding value from the map.
Implementation
List<TLV> mapToListTLV(Map<String, dynamic> map) => _mapToListTLV(map);