Input$UnmarkFileAsViewedInput constructor

Input$UnmarkFileAsViewedInput({
  1. String? clientMutationId,
  2. required String path,
  3. required String pullRequestId,
})

Implementation

Input$UnmarkFileAsViewedInput(
    {this.clientMutationId, required this.path, required this.pullRequestId});