from static method

BigNumber from(
  1. String num
)

The constructor of BigNumber cannot be called directly. Instead, Use the static BigNumber.from.

Implementation

external static BigNumber from(String num);