Decimal128.fromInt constructor

Decimal128.fromInt(
  1. int value
)

Converts a int into a Decimal128.

Implementation

factory Decimal128.fromInt(int value) = impl.Decimal128.fromInt;