FeliCaRequestServiceV2ResponseIOS constructor

  1. @visibleForTesting
const FeliCaRequestServiceV2ResponseIOS({
  1. required int statusFlag1,
  2. required int statusFlag2,
  3. required int encryptionIdentifier,
  4. required List<Uint8List> nodeKeyVersionListAes,
  5. required List<Uint8List> nodeKeyVersionListDes,
})

DOC:

Implementation

@visibleForTesting
const FeliCaRequestServiceV2ResponseIOS({
  required this.statusFlag1,
  required this.statusFlag2,
  required this.encryptionIdentifier,
  required this.nodeKeyVersionListAes,
  required this.nodeKeyVersionListDes,
});