yottabyte property

BigInt yottabyte
final

Represents 2^80, a yottabyte (YiB)

Implementation

static final BigInt yottabyte = BigInt.from(2).pow(80);