Decimal128.fromInt constructor
Decimal128.fromInt(
- int value
Converts a int
into a Decimal128.
Implementation
factory Decimal128.fromInt(int value) = impl.Decimal128.fromInt;
Converts a int
into a Decimal128.
factory Decimal128.fromInt(int value) = impl.Decimal128.fromInt;