inDays property
The duration in units of days, see Duration.inDays
A cell is returned which accesses this property of the value held in
this
cell.
Implementation
ValueCell<int> get inDays => _getProp('inDays', (d) => d.inDays);
The duration in units of days, see Duration.inDays
A cell is returned which accesses this property of the value held in
this
cell.
ValueCell<int> get inDays => _getProp('inDays', (d) => d.inDays);