now method

DateTime now()
inherited

The current DateTime

Implementation

DateTime now() {
  return startTime.add(_duration());
}