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