isBeforeNow method

bool isBeforeNow()

Implementation

bool isBeforeNow() {
  return isBefore(DateTime.now());
}