updatedAt property

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

The time the draft was last updated.

Implementation

@JsonKey(toJson: iso8601) DateTime get createdAt;/// The time the draft was last updated.
@JsonKey(toJson: iso8601) DateTime get updatedAt;