app_bsky_feed_post library
Classes
- PostRecord
- https://atprotodart.com/docs/lexicons/app/bsky/feed/post#main
- PostRecordConverter
- ReplyRef
- https://atprotodart.com/docs/lexicons/app/bsky/feed/post#replyref
- ReplyRefConverter
- UPostEmbed
- UPostEmbedConverter
- UPostEmbedExternal
- UPostEmbedImages
- UPostEmbedRecord
- UPostEmbedRecordWithMedia
- UPostEmbedUnknown
- UPostEmbedVideo
- UPostLabel
- UPostLabelConverter
- UPostLabelSelfLabels
- UPostLabelUnknown
Extensions
Functions
-
isPostRecord(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is PostRecord, otherwise false. -
isReplyRef(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ReplyRef, otherwise false.