currentMS property

int currentMS

Gets the current time in milliseconds since epoch.

Implementation

static int get currentMS {
  return DateTime.now().millisecondsSinceEpoch;
}