inMicroseconds property

ValueCell<int> get inMicroseconds

The duration in units of microseconds, see Duration.inMicroseconds

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

Implementation

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