inMilliseconds property

ValueCell<int> get inMilliseconds

The duration in units of milliseconds, see Duration.inMilliseconds

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

Implementation

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