now property Null safety

int now

The current time stamp from the clock used by the timeline. Units are microseconds.

When run on the Dart VM, uses the same monotonic clock as the embedding API's Dart_TimelineGetMicros.

Implementation

static int get now => _getTraceClock();