now static method

TemporalDate now()

Constructs a new TemporalDate at the current date.

Implementation

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