PullRequestEvent.fromJson constructor

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

Implementation

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