NfcIssue constructor

NfcIssue(
  1. String info, {
  2. dynamic data,
})

Implementation

NfcIssue(this.info, {this.data});