GetComment.fromJson constructor

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

Implementation

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