now property

  1. @override
Int64 get now
override

The current time, in nanoseconds since Unix Epoch.

Implementation

@override
Int64 get now => Int64(DateTime.now().microsecondsSinceEpoch) * 1000;