PullRequestLink.fromJson constructor

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

Implementation

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