initState method

void initState()
override

Implementation

void initState() {
  print("Cron Job Created with name: ${component.name}");
}