IntNumeral.from constructor

IntNumeral.from(
  1. int value
)

Implementation

factory IntNumeral.from(int value) => IntNumeral(BigInt.from(value));