isNegative property

bool? isNegative

Whether this number is negative.

Implementation

bool? get isNegative => value?.isNegative;