crontabExpression property

String? get crontabExpression

Crontab expression as repetition rule (with seconds precision), as described in https://www.baeldung.com/cron-expressions

Implementation

String? get crontabExpression {
  return _crontabExpression;
}