encodeInt static method

Uint8List encodeInt(
  1. int x
)

Implementation

static Uint8List encodeInt(int x) => encodeBigInt(BigInt.from(x));