PosNfcData constructor

PosNfcData({
  1. String? id,
  2. String? content,
})

Implementation

PosNfcData({this.id, this.content});