ScardTokenInfo constructor

ScardTokenInfo({
  1. required String tokenId,
  2. String? slotName,
  3. String? driverName,
})

Implementation

ScardTokenInfo({required this.tokenId, this.slotName, this.driverName});