copyWith method
Query$GetLastCommits$repository$object$$Commit$history
copyWith({
- List<
Query$GetLastCommits$repository$object$$Commit$history$nodes?> ? nodes()?, - String? $__typename,
Implementation
Query$GetLastCommits$repository$object$$Commit$history copyWith(
{List<Query$GetLastCommits$repository$object$$Commit$history$nodes?>?
Function()?
nodes,
String? $__typename}) =>
Query$GetLastCommits$repository$object$$Commit$history(
nodes: nodes == null ? this.nodes : nodes(),
$__typename: $__typename == null ? this.$__typename : $__typename);