now static method

dynamic now()

Implementation

static now() {
  return DateTime.now().millisecondsSinceEpoch;
}