now static method

Date now()

Implementation

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