createdAt property

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

Client-declared timestamp when this post was originally created.

Implementation

String get text;@RichtextFacetConverter() List<RichtextFacet>? get facets;@ReplyRefConverter() ReplyRef? get reply;@UFeedPostEmbedConverter() UFeedPostEmbed? get embed; List<String>? get langs;@UFeedPostLabelsConverter() UFeedPostLabels? get labels; List<String>? get tags;/// Client-declared timestamp when this post was originally created.
@JsonKey(toJson: iso8601) DateTime get createdAt;