BigIntDecoder typedef

BigIntDecoder = Converter<BigInt, Uint8List>

A converter that decodes a BigInt back into an 8-bit integer sequence.

Implementation

typedef BigIntDecoder = Converter<BigInt, Uint8List>;