createdAt property
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.
DateTime get createdAt;