BigInt.from constructor Null safety

BigInt.from(
  1. num value
)

Allocates a big integer from the provided value number.

Implementation

external factory BigInt.from(num value);