copyWith method

Implementation

Query$GetLastCommits$repository$object$$Commit copyWith(
        {String? $__typename,
        String? oid,
        Query$GetLastCommits$repository$object$$Commit$history? history}) =>
    Query$GetLastCommits$repository$object$$Commit(
        $__typename: $__typename == null ? this.$__typename : $__typename,
        oid: oid == null ? this.oid : oid,
        history: history == null ? this.history : history);