copyWith property

Implementation

ProjectCopyWith<Project, Project, Project> get copyWith =>
    _ProjectCopyWithImpl(this as Project, $identity, $identity);