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