Comment.fromJson constructor

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

Creates a Comment from json map

Implementation

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