EditComment.fromJson constructor

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

Implementation

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