CommentListResponse.fromJson constructor

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

Implementation

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