inSeconds property

ValueCell<int> get inSeconds

The duration in units of seconds, see Duration.inSeconds

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

Implementation

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