Input$IssueFilters constructor

Input$IssueFilters({
  1. String? assignee,
  2. String? createdBy,
  3. List<String>? labels,
  4. String? mentioned,
  5. String? milestone,
  6. String? since,
  7. List<Enum$IssueState>? states,
  8. bool? viewerSubscribed,
})

Implementation

Input$IssueFilters(
    {this.assignee,
    this.createdBy,
    this.labels,
    this.mentioned,
    this.milestone,
    this.since,
    this.states,
    this.viewerSubscribed});