inHours property

ValueCell<int> get inHours

The duration in units of hours, see Duration.inHours

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

Implementation

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