menu
bluesky package
documentation
app_bsky_graph_starterpack.dart
FeedItem
FeedItem.fromJson factory constructor
FeedItem.fromJson factory constructor
dark_mode
light_mode
FeedItem.fromJson
constructor
FeedItem.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory FeedItem.fromJson(Map<String, dynamic> json) => _$FeedItemFromJson(json);
bluesky package
documentation
app_bsky_graph_starterpack
FeedItem
FeedItem.fromJson factory constructor
FeedItem class