inMinutes property

ValueCell<int> get inMinutes

The duration in units of minutes, see Duration.inMinutes

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

Implementation

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