microseconds property

int microseconds

Human microseconds representation (0 -> 999)

Implementation

int get microseconds => inMicroseconds % Duration.microsecondsPerMillisecond;