isNegative property
bool
get
isNegative
Whether this number is negative.
Implementation
bool get isNegative => value.isNegative;
Whether this number is negative.
bool get isNegative => value.isNegative;