Instant.now constructor

Instant.now()

Implementation

factory Instant.now() {
  return Clock.current.getCurrentInstant();
}