GistComment.fromJson constructor

GistComment.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory GistComment.fromJson(Map<String, dynamic> input) =>
    _$GistCommentFromJson(input);