withUser method

OwnerBuilder withUser(
  1. User user
)

Implementation

OwnerBuilder withUser(User user) {
  _user = user;
  return this;
}