CommentThreadListResponse.fromJson constructor

CommentThreadListResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CommentThreadListResponse.fromJson(Map<String, dynamic> json) =>
    _$CommentThreadListResponseFromJson(json);