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,
})

Implementation

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