currentMS property

int get currentMS

Implementation

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