BigInt.from(num value)

Allocates a big integer from the provided value number.

Source

factory BigInt.from(num value) = _BigIntImpl.from;