name method

Sets the user's name attribute.

Implementation

DevCycleUserBuilder name(String name) {
  _name = name;
  return this;
}