Returns the precision (total number of digits).
precision the total number of digits
int get precision => _unscaledValue.toString().replaceAll('-', '').length;