isNegative property

bool isNegative

Returns true when amount of this money is negative.

Implementation

bool get isNegative => amount.isNegative;