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();
now property - Timeline class - dart:developer library
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.
static int get now => _getTraceClock();