EmvInfo constructor

const EmvInfo({
  1. String? applicationId,
  2. String? applicationLabel,
  3. String? cryptogramType,
  4. String? cryptogram,
})

Implementation

const EmvInfo({
  this.applicationId,
  this.applicationLabel,
  this.cryptogramType,
  this.cryptogram,
});