withOwnerId method

UserBuilder withOwnerId(
  1. UuidValue? ownerId
)

Implementation

UserBuilder withOwnerId(final _i1.UuidValue? ownerId) {
  _ownerId = ownerId;
  return this;
}