isNegative property

bool isNegative

returns true of the value of this is negative.

Implementation

bool get isNegative => value < Decimal.zero;