Iso15693SystemInfoIOS constructor

  1. @visibleForTesting
const Iso15693SystemInfoIOS({
  1. required int applicationFamilyIdentifier,
  2. required int blockSize,
  3. required int dataStorageFormatIdentifier,
  4. required int icReference,
  5. required int totalBlocks,
})

DOC:

Implementation

@visibleForTesting
const Iso15693SystemInfoIOS({
  required this.applicationFamilyIdentifier,
  required this.blockSize,
  required this.dataStorageFormatIdentifier,
  required this.icReference,
  required this.totalBlocks,
});