BigInt.from constructor Null safety
- num value
Allocates a big integer from the provided value
number.
Implementation
external factory BigInt.from(num value);
Allocates a big integer from the provided value
number.
external factory BigInt.from(num value);