isNegative property

bool get isNegative

Implementation

bool get isNegative => (this ?? 0) < 0;