menu
bluesky package
documentation
app_bsky_feed_getlikes.dart
Like
Like.fromJson factory constructor
Like.fromJson factory constructor
dark_mode
light_mode
Like.fromJson
constructor
Like.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Like.fromJson(Map<String, Object?> json) => _$LikeFromJson(json);
bluesky package
documentation
app_bsky_feed_getlikes
Like
Like.fromJson factory constructor
Like class