now static method

TemporalTime now()

Constructs a new TemporalTime at the current date.

Implementation

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