Iso15693SystemInfo constructor
const
Iso15693SystemInfo({})
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,
});