Decimal.fromInt constructor
Decimal.fromInt(
- int value
Implementation
factory Decimal.fromInt(int value) =>
Decimal._fromRational(Rational(BigInt.from(value)));
factory Decimal.fromInt(int value) =>
Decimal._fromRational(Rational(BigInt.from(value)));