Input$CloseIssueInput constructor

Input$CloseIssueInput({
  1. String? clientMutationId,
  2. required String issueId,
})

Implementation

Input$CloseIssueInput({this.clientMutationId, required this.issueId});