sign property

int sign

Returns the sign of this fraction.

Implementation

int get sign => a.sign;