scale property

int get scale

Returns the scale (number of digits after decimal point).

scale the number of digits after the decimal point

Implementation

int get scale => _scale;