withProjects method

OwnerBuilder withProjects(
  1. List<Project>? projects
)

Implementation

OwnerBuilder withProjects(List<Project>? projects) {
  _projects = projects;
  return this;
}