Comment.fromJson constructor

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

Returns a new Comment instance from a JSON map.

Implementation

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