isNegative property

bool get isNegative

是否为负数(严格小于0)

Implementation

bool get isNegative => _cents < 0;