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