id property

String id

Get this User's id on MongoDB Atlas.

Implementation

String get id {
  return realmCore.userGetId(this);
}