Variables$Query$GetLastCommits constructor

Variables$Query$GetLastCommits({
  1. required String owner,
  2. required String name,
  3. required String branch,
  4. required String since,
})

Implementation

Variables$Query$GetLastCommits(
    {required this.owner,
    required this.name,
    required this.branch,
    required this.since});