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