menu
lemmy_api_client package
documentation
v3.dart
RemoveComment
RemoveComment.fromJson factory constructor
RemoveComment.fromJson factory constructor
dark_mode
light_mode
RemoveComment.fromJson
constructor
RemoveComment.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory RemoveComment.fromJson(Map<String, dynamic> json) => _$RemoveCommentFromJson(json);
lemmy_api_client package
documentation
v3
RemoveComment
RemoveComment.fromJson factory constructor
RemoveComment class