setId method

void setId(
  1. String id
)

Sets the id of the user

Implementation

void setId(String id) {
  _id = id;
}