inDays property

ValueCell<int> get inDays

The duration in units of days, see Duration.inDays

A cell is returned which accesses this property of the value held in this cell.

Implementation

ValueCell<int> get inDays => _getProp('inDays', (d) => d.inDays);