id method

Implementation

HackleUserBuilder id(String id) {
  _id = id;
  return this;
}