ListIntExt extension

on

Methods

base64() String

Available on List<int>, provided by the ListIntExt extension

crc16() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc16Ibm() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc16Modbus() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc24() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc32() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc64() → CrcValue

Available on List<int>, provided by the ListIntExt extension

crc8() → CrcValue

Available on List<int>, provided by the ListIntExt extension

decode({bool? allowMalformed}) String

Available on List<int>, provided by the ListIntExt extension

toHex() String

Available on List<int>, provided by the ListIntExt extension

toUint8List() Uint8List

Available on List<int>, provided by the ListIntExt extension