crc property

int? crc
latefinal

The CRC Checksum of the QRIS Code contents as int.

Implementation

late final int? crc = int.tryParse(this[63] ?? '', radix: 16,);