byte property

BigInt byte
final

Represents 2^8 (256), a byte.

Implementation

static final BigInt byte = BigInt.from(2).pow(8);