executeUntil property
Latest time to execute the action (for randomized scheduling)
Implementation
@JsonKey(toJson: iso8601) DateTime? get executeAfter;/// Latest time to execute the action (for randomized scheduling)
@JsonKey(toJson: iso8601) DateTime? get executeUntil;