Date.now constructor

Date.now()

Implementation

factory Date.now() {
  return Date.from(DateTime.now());
}