uid property

String uid

The user's unique ID.

Implementation

String get uid {
  return _user.userInfo.uid;
}