Input$CreatePullRequestInput constructor
Input$CreatePullRequestInput({})
Implementation
Input$CreatePullRequestInput(
{required this.baseRefName,
this.body,
this.clientMutationId,
this.draft,
required this.headRefName,
this.maintainerCanModify,
required this.repositoryId,
required this.title});