sign property

int get sign

The signum function value of this.

E.e. -1, 0 or 1 as the value of this Decimal is negative, zero or positive.

Implementation

int get sign => _value.sign;