Cron constructor

Cron()

Implementation

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