createdAt property

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

The time the draft was created.

Implementation

String get id;@DraftConverter() Draft get draft;/// The time the draft was created.
@JsonKey(toJson: iso8601) DateTime get createdAt;