menu
lemmy_api_client package
documentation
v3.dart
GetPost
responseFactory method
responseFactory method
dark_mode
light_mode
responseFactory
method
@
override
FullPostView
responseFactory
(
Map
<
String
,
dynamic
>
json
)
override
Implementation
@override FullPostView responseFactory(Map<String, dynamic> json) => FullPostView.fromJson(json);
lemmy_api_client package
documentation
v3
GetPost
responseFactory method
GetPost class