microseconds method

Time microseconds()

Gets a Time representing this number of microseconds.

Implementation

Time microseconds() => Time.fromMicroseconds(this);