verifyIssueDateWithCurrentTime method

bool verifyIssueDateWithCurrentTime()

Implementation

bool verifyIssueDateWithCurrentTime() {
  return this.verifyIssueDate(DateTime.now());
}