ChangeKeyResult constructor

ChangeKeyResult({
  1. required NfcResult result,
  2. Uint8List? tagId,
})

Implementation

ChangeKeyResult({
  required this.result,
  this.tagId,
});