isNegative property

ValueCell<bool> get isNegative

Returns a cell, the value of which is true if this is negative, see Duration.isNegative.

Implementation

ValueCell<bool> get isNegative => _getProp('isNegative', (d) => d.isNegative);