GetCommentResponse.fromJson constructor

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

Implementation

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