Comment.fromJson constructor

Comment.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Comment.fromJson(Map<String, Object?> json) => _$CommentFromJson(json);