copyWith method

Implementation

Query$GetLastCommits$repository$object$$Commit$history$nodes$author$user
    copyWith({String? login, String? email, String? $__typename}) =>
        Query$GetLastCommits$repository$object$$Commit$history$nodes$author$user(
            login: login == null ? this.login : login,
            email: email == null ? this.email : email,
            $__typename:
                $__typename == null ? this.$__typename : $__typename);