BigIntConvert extension

Extension to convert BigInt to bytes.

on

Methods

toBytes(int length, {Endianness endianness = Endianness.Big}) Uint8List

Available on BigInt, provided by the BigIntConvert extension

Converts a BigInt to bytes with specified length and endianness.