nanoseconds property

Time get nanoseconds

Creates a Time instance representing this numerical value in Nanoseconds (ns).

Implementation

Time get nanoseconds => Time(toDouble(), TimeUnit.nanosecond);