copyWith property

Implementation

RepositoryCopyWith<Repository, Repository, Repository> get copyWith =>
    _RepositoryCopyWithImpl(this as Repository, $identity, $identity);