now property

int get now

Implementation

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