executeAt property

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

Exact time to execute the action

Implementation

String get $type;/// Exact time to execute the action
@JsonKey(toJson: iso8601) DateTime? get executeAt;