inHours property
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);
The duration in units of hours, see Duration.inHours
A cell is returned which accesses this property of the value held in
this
cell.
ValueCell<int> get inHours => _getProp('inHours', (d) => d.inHours);