Cron constructor

Cron()

Implementation

factory Cron() {
  tz.initializeTimeZones();
  return _Cron();
}