isNegative property
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);
Returns a cell, the value of which is true if this
is negative, see Duration.isNegative.
ValueCell<bool> get isNegative => _getProp('isNegative', (d) => d.isNegative);