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