copyWith property

Implementation

ProjectModelCopyWith<ProjectModel, ProjectModel, ProjectModel> get copyWith =>
    _ProjectModelCopyWithImpl(this as ProjectModel, $identity, $identity);