withUserAuthId method

UserBuilder withUserAuthId(
  1. String? userAuthId
)

Implementation

UserBuilder withUserAuthId(final String? userAuthId) {
  _userAuthId = userAuthId;
  return this;
}