executeAfter property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get executeAfter
inherited

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;