FeliCaRequestServiceV2Response constructor

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

Constructs an instance with the given values.

Implementation

const FeliCaRequestServiceV2Response({
  required this.statusFlag1,
  required this.statusFlag2,
  required this.encryptionIdentifier,
  required this.nodeKeyVersionListAes,
  required this.nodeKeyVersionListDes,
});