Iso15693SystemInfo constructor

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

Constructs an instance with the given values.

Implementation

const Iso15693SystemInfo({
  required this.applicationFamilyIdentifier,
  required this.blockSize,
  required this.dataStorageFormatIdentifier,
  required this.icReference,
  required this.totalBlocks,
});